chore(nvim): remove unused modules
This commit is contained in:
parent
553a0f269c
commit
0257c9f30b
@ -1,46 +0,0 @@
|
||||
{
|
||||
plugins.copilot-lua = {
|
||||
enable = true;
|
||||
panel = {
|
||||
enabled = false;
|
||||
autoRefresh = true;
|
||||
keymap = {
|
||||
jumpPrev = "[[";
|
||||
jumpNext = "]]";
|
||||
accept = "<CR>";
|
||||
refresh = "gr";
|
||||
open = "<M-CR>";
|
||||
};
|
||||
layout = {
|
||||
position = "bottom"; # | top | left | right
|
||||
ratio = 0.4;
|
||||
};
|
||||
};
|
||||
suggestion = {
|
||||
enabled = false;
|
||||
autoTrigger = true;
|
||||
debounce = 75;
|
||||
keymap = {
|
||||
accept = "<M-l>";
|
||||
acceptWord = false;
|
||||
acceptLine = false;
|
||||
next = "<M-]>";
|
||||
prev = "<M-[>";
|
||||
dismiss = "<C-]>";
|
||||
};
|
||||
};
|
||||
filetypes = {
|
||||
yaml = false;
|
||||
markdown = false;
|
||||
help = false;
|
||||
gitcommit = false;
|
||||
gitrebase = false;
|
||||
hgcommit = false;
|
||||
svn = false;
|
||||
cvs = false;
|
||||
"." = false;
|
||||
};
|
||||
copilotNodeCommand = "node"; # Node.js version must be > 18.x
|
||||
serverOptsOverrides = {};
|
||||
};
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
plugins.lspkind = {
|
||||
enable = true;
|
||||
symbolMap = {
|
||||
Copilot = "";
|
||||
};
|
||||
extraOptions = {
|
||||
maxwidth = 50;
|
||||
ellipsis_char = "...";
|
||||
};
|
||||
};
|
||||
}
|
@ -12,8 +12,6 @@
|
||||
./colorschemes/gruvbox.nix
|
||||
|
||||
./completion/cmp.nix
|
||||
./completion/copilot.nix
|
||||
./completion/lspkind.nix
|
||||
|
||||
./dap/dap.nix
|
||||
|
||||
@ -43,7 +41,6 @@
|
||||
./snippets/luasnip.nix
|
||||
|
||||
./statusline/lualine.nix
|
||||
# ./statusline/staline.nix
|
||||
|
||||
./telescope/telescope.nix
|
||||
|
||||
@ -55,7 +52,6 @@
|
||||
./ui/nui.nix
|
||||
|
||||
./utils/better-escape.nix
|
||||
# ./utils/neocord.nix
|
||||
./utils/flash.nix
|
||||
./utils/hardtime.nix
|
||||
./utils/harpoon.nix
|
||||
@ -78,7 +74,6 @@
|
||||
./utils/ultimate-autopair.nix
|
||||
./utils/undotree.nix
|
||||
./utils/vim-be-good.nix
|
||||
# ./utils/wakatime.nix
|
||||
./utils/whichkey.nix
|
||||
./utils/wilder.nix
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user