refactor(nvf): remove unused nvf modules and options
This commit is contained in:
parent
2b97ee96ca
commit
af6a3b6f2c
10 changed files with 1 additions and 42 deletions
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
avante-nvim = {
|
||||
enable = true;
|
||||
setupOpts = {
|
||||
provider = "gemini";
|
||||
auto_suggestions_provider = "gemini";
|
||||
auto_suggestions = true;
|
||||
windows.ask.floating = true;
|
||||
input = {
|
||||
provider = "snacks";
|
||||
provider_opts.title = "Avante Input";
|
||||
provider_opts.icon = " ";
|
||||
};
|
||||
mappings.suggestion = {
|
||||
accept = "<M-C-L>";
|
||||
next = "<M-C-K>";
|
||||
prev = "<M-C-J>";
|
||||
dismiss = "<M-C-H>";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -5,7 +5,6 @@
|
|||
friendly-snippets.enable = true;
|
||||
sourcePlugins = {
|
||||
ripgrep.enable = true;
|
||||
spell.enable = true;
|
||||
};
|
||||
setupOpts = {
|
||||
completion.documentation.auto_show_delay_ms = 0;
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
{
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
{
|
||||
}
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
enable = true;
|
||||
formatOnSave = true;
|
||||
inlayHints.enable = true;
|
||||
lightbulb.enable = true;
|
||||
lspkind.enable = true;
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
{
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
scroll = 1;
|
||||
autoindent = true;
|
||||
backspace = "indent,eol,start";
|
||||
cursorline = true;
|
||||
|
@ -7,5 +6,4 @@
|
|||
shiftwidth = 2;
|
||||
smartindent = true;
|
||||
tabstop = 2;
|
||||
updatetime = 0;
|
||||
}
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
statusline = 10;
|
||||
winbar = 10;
|
||||
};
|
||||
activeSection = {
|
||||
|
||||
};
|
||||
#TODO: rice lualine
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
ccc.enable = true;
|
||||
leetcode-nvim.enable = true;
|
||||
mkdir.enable = true;
|
||||
motion.hop.enable = true;
|
||||
yazi-nvim = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue