add indent-blankline
This commit is contained in:
parent
e9c9e10cfa
commit
8beb68162f
3 changed files with 16 additions and 2 deletions
11
lua/init-indent-blankline.lua
Normal file
11
lua/init-indent-blankline.lua
Normal 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
|
||||
]]
|
||||
|
|
@ -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',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue