refactor: removed annoyances from nvf
This commit is contained in:
parent
3d20188da4
commit
1b97a16dfc
1 changed files with 9 additions and 3 deletions
|
@ -27,8 +27,6 @@ _: {
|
||||||
syntaxHighlighting = true;
|
syntaxHighlighting = true;
|
||||||
|
|
||||||
# Built-Ins
|
# Built-Ins
|
||||||
autocomplete.blink-cmp.enable = true;
|
|
||||||
autocomplete.blink-cmp.setupOpts.signature.enabled = true;
|
|
||||||
autopairs.nvim-autopairs.enable = true;
|
autopairs.nvim-autopairs.enable = true;
|
||||||
binds.whichKey.enable = true;
|
binds.whichKey.enable = true;
|
||||||
comments.comment-nvim.enable = true;
|
comments.comment-nvim.enable = true;
|
||||||
|
@ -36,6 +34,14 @@ _: {
|
||||||
dashboard.alpha.enable = true;
|
dashboard.alpha.enable = true;
|
||||||
# session.nvim-session-manager.enable = true;
|
# session.nvim-session-manager.enable = true;
|
||||||
|
|
||||||
|
# Auto-completion
|
||||||
|
autocomplete.blink-cmp = {
|
||||||
|
enable = true;
|
||||||
|
setupOpts = {
|
||||||
|
# signature = { enabled = true }
|
||||||
|
signature.enabled = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
# Filetree
|
# Filetree
|
||||||
filetree.nvimTree = {
|
filetree.nvimTree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -121,7 +127,7 @@ _: {
|
||||||
# lspSignature.enable = true;
|
# lspSignature.enable = true;
|
||||||
lspconfig.enable = true;
|
lspconfig.enable = true;
|
||||||
lspkind.enable = true;
|
lspkind.enable = true;
|
||||||
lsplines.enable = true;
|
# lsplines.enable = true;
|
||||||
null-ls.enable = true;
|
null-ls.enable = true;
|
||||||
nvim-docs-view.enable = true;
|
nvim-docs-view.enable = true;
|
||||||
otter-nvim.enable = true;
|
otter-nvim.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue