fixed some nvim-minimal dep issues.
This commit is contained in:
parent
323ebf42b2
commit
0499b13274
2 changed files with 3 additions and 1 deletions
|
|
@ -322,6 +322,8 @@
|
|||
treesitter = true;
|
||||
completion = true;
|
||||
lspDebugMode = false;
|
||||
lsp = false;
|
||||
git = false;
|
||||
themer = true;
|
||||
colorscheme = "gruvbox";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
"gitsigns.nvim",
|
||||
for_cat = 'always',
|
||||
for_cat = 'git',
|
||||
event = "DeferredUIEnter",
|
||||
-- cmd = { "" },
|
||||
-- ft = "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue