parent
4a716fc931
commit
907ad13aa8
10 changed files with 124 additions and 66 deletions
common/home/neovim
|
@ -164,7 +164,11 @@ in {
|
|||
{
|
||||
plugin = todo-comments-nvim;
|
||||
type = "lua";
|
||||
config = "require('todo-comments').setup()";
|
||||
config =
|
||||
/*
|
||||
lua
|
||||
*/
|
||||
''require('todo-comments').setup()'';
|
||||
}
|
||||
{
|
||||
plugin = gitsigns-nvim;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue