feat(nvim): Do not start folded neovim
This commit is contained in:
@@ -264,7 +264,8 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
mapping = {
|
mapping = {
|
||||||
"<CR>" = "cmp.mapping.confirm({select = true})";
|
# "<CR>" = "cmp.mapping.confirm({select = true})";
|
||||||
|
"<CR>" = "cmp.mapping.confirm()";
|
||||||
"<C-Space>" = "cmp.mapping.complete()";
|
"<C-Space>" = "cmp.mapping.complete()";
|
||||||
"<C-n>" = "cmp.mapping(cmp.mapping.select_next_item(), {'i', 's'})";
|
"<C-n>" = "cmp.mapping(cmp.mapping.select_next_item(), {'i', 's'})";
|
||||||
"<C-p>" = "cmp.mapping(cmp.mapping.select_prev_item(), {'i', 's'})";
|
"<C-p>" = "cmp.mapping(cmp.mapping.select_prev_item(), {'i', 's'})";
|
||||||
@@ -543,6 +544,7 @@ in {
|
|||||||
undofile = true;
|
undofile = true;
|
||||||
viewoptions = "cursor,folds";
|
viewoptions = "cursor,folds";
|
||||||
concealcursor = "n";
|
concealcursor = "n";
|
||||||
|
foldlevelstart = 99;
|
||||||
};
|
};
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
# neorg
|
# neorg
|
||||||
|
|||||||
4
flake.lock
generated
4
flake.lock
generated
@@ -1461,11 +1461,11 @@
|
|||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-PaTXAe/aVsZln/cKtHPXfiWIL+VwFxRiSQU0CRmglLI=",
|
"narHash": "sha256-PaTXAe/aVsZln/cKtHPXfiWIL+VwFxRiSQU0CRmglLI=",
|
||||||
"path": "/nix/store/8cxiy6xfbllk45hi741dgynwxc3qza1j-source/flakes",
|
"path": "/nix/store/fnisi67sjq0bbws6fds9bjsrq9bss3s4-source/flakes",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/nix/store/8cxiy6xfbllk45hi741dgynwxc3qza1j-source/flakes",
|
"path": "/nix/store/fnisi67sjq0bbws6fds9bjsrq9bss3s4-source/flakes",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user