chore(nvf): slight revamp n cleanup
This commit is contained in:
parent
d30c748dc3
commit
65815ff11f
9 changed files with 8 additions and 42 deletions
|
@ -3,12 +3,7 @@
|
|||
blink-cmp = {
|
||||
enable = true;
|
||||
friendly-snippets.enable = true;
|
||||
mappings = {
|
||||
next = "<Down>"; # FIXME: results in the menu appearing when navigating
|
||||
previous = "<Up>";
|
||||
};
|
||||
sourcePlugins = {
|
||||
emoji.enable = true;
|
||||
ripgrep.enable = true;
|
||||
spell.enable = true;
|
||||
};
|
||||
|
|
|
@ -4,22 +4,10 @@
|
|||
setupOpts = {
|
||||
max_count = 1;
|
||||
disabled_keys = {
|
||||
"<Up>" = [
|
||||
"n"
|
||||
"x"
|
||||
];
|
||||
"<Down>" = [
|
||||
"n"
|
||||
"x"
|
||||
];
|
||||
"<Right>" = [
|
||||
"n"
|
||||
"x"
|
||||
];
|
||||
"<Left>" = [
|
||||
"n"
|
||||
"x"
|
||||
];
|
||||
"<Up>" = [ ];
|
||||
"<Down>" = [ ];
|
||||
"<Right>" = [ ];
|
||||
"<Left>" = [ ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,6 +1,2 @@
|
|||
{
|
||||
enable = true;
|
||||
#FIXME: List doenst work for some reason
|
||||
registers = "unnamedplus";
|
||||
providers.wl-copy.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,2 @@
|
|||
{
|
||||
nvim-lint = {
|
||||
enable = true;
|
||||
lint_after_save = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
scroll = 1;
|
||||
autoindent = true;
|
||||
backspace = "indent,eol,start";
|
||||
cursorline = true;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
autotagHtml = true;
|
||||
fold = true;
|
||||
context.enable = true;
|
||||
indent.disable = [ "markdown" ];
|
||||
textobjects.enable = true;
|
||||
}
|
||||
|
|
|
@ -3,18 +3,10 @@
|
|||
enable = true;
|
||||
globalStyle = "rounded";
|
||||
};
|
||||
breadcrumbs = {
|
||||
enable = true;
|
||||
navbuddy.enable = true;
|
||||
};
|
||||
breadcrumbs.enable = true;
|
||||
colorizer.enable = true;
|
||||
illuminate.enable = true;
|
||||
noice = {
|
||||
enable = true;
|
||||
setupOpts = {
|
||||
notify.enabled = true;
|
||||
};
|
||||
};
|
||||
noice.enable = true;
|
||||
nvim-ufo.enable = true;
|
||||
smartcolumn.enable = true;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
ccc.enable = true;
|
||||
leetcode-nvim.enable = true;
|
||||
mkdir.enable = true;
|
||||
motion.leap.enable = true;
|
||||
motion.hop.enable = true;
|
||||
vim-wakatime.enable = true;
|
||||
yazi-nvim = {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
indent-blankline.enable = true;
|
||||
fidget-nvim.enable = true;
|
||||
# fidget-nvim.setupOpts.notification.override_vim_notify = true;
|
||||
fidget-nvim.setupOpts.notification.override_vim_notify = true;
|
||||
nvim-cursorline.enable = true;
|
||||
nvim-web-devicons.enable = true;
|
||||
rainbow-delimiters.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue