updated indent-blankline.
This commit is contained in:
parent
fe3b72a0b3
commit
b82b198717
|
@ -74,6 +74,8 @@ return require('packer').startup(function(use)
|
|||
'rust_analyzer',
|
||||
'pyright',
|
||||
'bashls',
|
||||
'pylsp', -- run PylspInstall pylsp-rope python-lsp-black python-lsp-ruff
|
||||
'pyright',
|
||||
'texlab',
|
||||
'clangd',
|
||||
},
|
||||
|
@ -488,10 +490,7 @@ return require('packer').startup(function(use)
|
|||
config = function()
|
||||
vim.opt.list = true
|
||||
vim.opt.listchars:append("eol:↴")
|
||||
require('indent_blankline').setup {
|
||||
show_end_of_line = true,
|
||||
show_current_context = true
|
||||
}
|
||||
require('ibl').setup {}
|
||||
end
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue