refactor: removed annoyances from nvf

This commit is contained in:
Mohammad Rafiq 2025-03-04 13:01:11 +08:00
parent 3d20188da4
commit 1b97a16dfc

View file

@ -27,8 +27,6 @@ _: {
syntaxHighlighting = true;
# Built-Ins
autocomplete.blink-cmp.enable = true;
autocomplete.blink-cmp.setupOpts.signature.enabled = true;
autopairs.nvim-autopairs.enable = true;
binds.whichKey.enable = true;
comments.comment-nvim.enable = true;
@ -36,6 +34,14 @@ _: {
dashboard.alpha.enable = true;
# session.nvim-session-manager.enable = true;
# Auto-completion
autocomplete.blink-cmp = {
enable = true;
setupOpts = {
# signature = { enabled = true }
signature.enabled = true;
};
};
# Filetree
filetree.nvimTree = {
enable = true;
@ -121,7 +127,7 @@ _: {
# lspSignature.enable = true;
lspconfig.enable = true;
lspkind.enable = true;
lsplines.enable = true;
# lsplines.enable = true;
null-ls.enable = true;
nvim-docs-view.enable = true;
otter-nvim.enable = true;