add intent-guides

This commit is contained in:
Adithya 2023-03-17 22:44:19 +05:30
parent 09b174232f
commit f928745497
No known key found for this signature in database
GPG key ID: 0C7F35F4F821290F

View file

@ -63,6 +63,18 @@
require('gitsigns').setup()
'';
}
{
plugin = indent-blankline-nvim;
type = "lua";
config = ''
vim.opt.list = true
vim.opt.listchars:append "space:"
vim.opt.listchars:append "eol:"
require("indent_blankline").setup {
show_end_of_line = true
}
'';
}
{
plugin = lualine-nvim;
type = "lua";