working devShell!
This commit is contained in:
parent
c58edc48e6
commit
10f4b7b134
11 changed files with 21 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
_:{
|
||||
_: {
|
||||
programs.neovim-flake.settings.vim = {
|
||||
assistant.copilot = {
|
||||
enable = false;
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
_:{
|
||||
_: {
|
||||
programs.neovim-flake.settings.vim = {
|
||||
autocomplete = {
|
||||
enable = true;
|
||||
type = "nvim-cmp";
|
||||
mappings = {
|
||||
# close = "<C-e>";
|
||||
# confirm = "<tab>";
|
||||
# confirm = "<tab>";
|
||||
next = "<C-n>";
|
||||
previous = "<C-p>";
|
||||
scrollDocsDown = "<C-j>";
|
||||
scrollDocsUp = "<C-k>";
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_:{
|
||||
_: {
|
||||
programs.neovim-flake.settings.vim = {
|
||||
binds = {
|
||||
whichKey.enable = true;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
in {
|
||||
programs.neovim-flake.settings.vim = {
|
||||
notify = {
|
||||
nvim-notify.enable = true;
|
||||
nvim-notify.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue