bump neovim for latest version
This commit is contained in:
parent
17cce54987
commit
411735ed81
2 changed files with 22 additions and 8 deletions
16
flake.lock
16
flake.lock
|
@ -314,11 +314,11 @@
|
||||||
"utils": "utils_2"
|
"utils": "utils_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1665514526,
|
"lastModified": 1666169592,
|
||||||
"narHash": "sha256-0EPWcS3booqUGGqj8HeUVfYqPnh3jxRMd+WFRbVcm7A=",
|
"narHash": "sha256-eham5z7CA44hWI5y4vORxdhE8tlJ3N2sI+9Wvx25VNc=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "5225154c6c50ca27b9335e4dcb23b665379aeceb",
|
"rev": "116764c3a0691324e38702d87ec4cc40ef7e494e",
|
||||||
"revCount": 49,
|
"revCount": 51,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.pleshevski.ru/mynix/neovim"
|
"url": "https://git.pleshevski.ru/mynix/neovim"
|
||||||
},
|
},
|
||||||
|
@ -436,17 +436,17 @@
|
||||||
"nvim-tree-lua": {
|
"nvim-tree-lua": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1664848690,
|
"lastModified": 1666052075,
|
||||||
"narHash": "sha256-+PQBpPEgFHU1YW6OwcjJPdDrm1fMmHw5bzyBzuqZuNI=",
|
"narHash": "sha256-huu6j5zrHaY6h4s9sDcHprdOtpyxu3YoZ9hDm1REb2I=",
|
||||||
"owner": "kyazdani42",
|
"owner": "kyazdani42",
|
||||||
"repo": "nvim-tree.lua",
|
"repo": "nvim-tree.lua",
|
||||||
"rev": "1cf428ae676fd0f37ed3acff6f36a934521493ca",
|
"rev": "3a2f68b9d53fdf360beba222022868c527ae4d8a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "kyazdani42",
|
"owner": "kyazdani42",
|
||||||
"repo": "nvim-tree.lua",
|
"repo": "nvim-tree.lua",
|
||||||
"rev": "1cf428ae676fd0f37ed3acff6f36a934521493ca",
|
"rev": "3a2f68b9d53fdf360beba222022868c527ae4d8a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -6,6 +6,20 @@ let
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
enableDevIcons = true;
|
enableDevIcons = true;
|
||||||
enableTabby = true;
|
enableTabby = true;
|
||||||
|
grammarFileTypes = [
|
||||||
|
"nix"
|
||||||
|
"lua"
|
||||||
|
"bash"
|
||||||
|
"yaml"
|
||||||
|
"json"
|
||||||
|
"rust"
|
||||||
|
"haskell"
|
||||||
|
"typescript"
|
||||||
|
"javascript"
|
||||||
|
"html"
|
||||||
|
"pug"
|
||||||
|
"ledger"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue