add intent-guides
This commit is contained in:
parent
09b174232f
commit
f928745497
1 changed files with 12 additions and 0 deletions
|
@ -63,6 +63,18 @@
|
||||||
require('gitsigns').setup()
|
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;
|
plugin = lualine-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
|
|
Loading…
Reference in a new issue