Update vim
This commit is contained in:
parent
49fb91aa5f
commit
8479339c51
2 changed files with 5 additions and 3 deletions
|
@ -1500,11 +1500,11 @@
|
||||||
},
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1719706074,
|
"lastModified": 1719712510,
|
||||||
"narHash": "sha256-lTV3rJHSs20AVIL20SpiAWs+YbbKIwgmWINpFbL4ZAU=",
|
"narHash": "sha256-+TL48+Pgi6ArUARTLa+ZUskx0aNoaQXz9NapKEFHUmw=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "c64950a01a4f2d115c06264842083db84d865bb9",
|
"rev": "2610f917852c08dda329dd4039e7378043b7cbb1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -84,6 +84,8 @@
|
||||||
surround.enable = true;
|
surround.enable = true;
|
||||||
# Automatic indent
|
# Automatic indent
|
||||||
intellitab.enable = true;
|
intellitab.enable = true;
|
||||||
|
# Better yank
|
||||||
|
yanky.enable = true;
|
||||||
|
|
||||||
# Layout Related
|
# Layout Related
|
||||||
# winbar that uses nvim-navic in order to get LSP context from your language server.
|
# winbar that uses nvim-navic in order to get LSP context from your language server.
|
||||||
|
|
Loading…
Reference in a new issue