Add coc basic config, not fully working yet
This commit is contained in:
9
nvim-coc/lua/plugins/utility/indent-blankline.lua
Executable file
9
nvim-coc/lua/plugins/utility/indent-blankline.lua
Executable file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
-- indent lines
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
opts = {},
|
||||
main = 'ibl',
|
||||
config = function()
|
||||
require('ibl').setup()
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user