Update vim

This commit is contained in:
albert 2024-06-30 14:09:18 +09:00
parent 49fb91aa5f
commit 8479339c51
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 5 additions and 3 deletions

View file

@ -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": {

View file

@ -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.