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": {
|
||||
"locked": {
|
||||
"lastModified": 1719706074,
|
||||
"narHash": "sha256-lTV3rJHSs20AVIL20SpiAWs+YbbKIwgmWINpFbL4ZAU=",
|
||||
"lastModified": 1719712510,
|
||||
"narHash": "sha256-+TL48+Pgi6ArUARTLa+ZUskx0aNoaQXz9NapKEFHUmw=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"rev": "c64950a01a4f2d115c06264842083db84d865bb9",
|
||||
"rev": "2610f917852c08dda329dd4039e7378043b7cbb1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -84,6 +84,8 @@
|
|||
surround.enable = true;
|
||||
# Automatic indent
|
||||
intellitab.enable = true;
|
||||
# Better yank
|
||||
yanky.enable = true;
|
||||
|
||||
# Layout Related
|
||||
# winbar that uses nvim-navic in order to get LSP context from your language server.
|
||||
|
|
Loading…
Reference in a new issue