add indent-blankline

This commit is contained in:
Ray Elliott 2022-01-22 18:39:44 +00:00
commit 8beb68162f
3 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,11 @@
require("indent_blankline").setup {
space_char_blankline = " ",
show_current_context = true,
}
vim.cmd [[
highlight IndentBlanklineChar guifg=#e5e5e5 gui=nocombine
highlight IndentBlanklineContextChar guifg=#666666 gui=nocombine
]]

View file

@ -4,7 +4,6 @@ local nvim_lsp = require('lspconfig')
-- map buffer local keybindings when the language server attaches
local servers = {
-- npm i -g bash-language-server
-- TODO - don't run for sh files but have something else instead - shellcheck?
-- no formatting support
'bashls',