nvf: fix autocomplete, tabline
This commit is contained in:
parent
32f2ec36ec
commit
07e8f0f80f
2 changed files with 7 additions and 3 deletions
|
@ -4,8 +4,6 @@ _: {
|
||||||
enable = true;
|
enable = true;
|
||||||
type = "nvim-cmp";
|
type = "nvim-cmp";
|
||||||
mappings = {
|
mappings = {
|
||||||
close = "<C-e>";
|
|
||||||
confirm = "<tab>";
|
|
||||||
next = "<C-n>";
|
next = "<C-n>";
|
||||||
previous = "<C-p>";
|
previous = "<C-p>";
|
||||||
scrollDocsDown = "<C-j>";
|
scrollDocsDown = "<C-j>";
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
_: {
|
_: {
|
||||||
programs.neovim-flake.settings.vim = {
|
programs.neovim-flake.settings.vim = {
|
||||||
tabline = {
|
tabline = {
|
||||||
nvimBufferline.enable = false;
|
nvimBufferline = {
|
||||||
|
enable = true;
|
||||||
|
setupOpts = {
|
||||||
|
style_preset = "minimal";
|
||||||
|
themable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue