mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat(nvim): add vim-nix plugin
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
"vim-grammarous": { "branch": "master", "commit": "db46357465ce587d5325e816235b5e92415f8c05" },
|
||||
"vim-markdown": { "branch": "master", "commit": "a657e697376909c41475a686eeef7fc7a4972d94" },
|
||||
"vim-mundo": { "branch": "master", "commit": "2ceda8c65f7b3f9066820729fc02003a09df91f9" },
|
||||
"vim-nix": { "branch": "master", "commit": "e25cd0f2e5922f1f4d3cd969f92e35a9a327ffb0" },
|
||||
"vim-table-mode": { "branch": "master", "commit": "e4365bde024f73e205eefa2fb78e3029ddb92ea9" },
|
||||
"vim-tmux-navigator": { "branch": "master", "commit": "5b3c701686fb4e6629c100ed32e827edf8dad01e" },
|
||||
"vim-visincr": { "branch": "master", "commit": "57cd943a31b0b5ec36a884b5b5b8758843c74c1a" },
|
||||
|
||||
5
nvim/lua/plugins/vim-nix.lua
Normal file
5
nvim/lua/plugins/vim-nix.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Vim-Nix
|
||||
-- https://github.com/LnL7/vim-nix
|
||||
return {
|
||||
"LnL7/vim-nix",
|
||||
}
|
||||
Reference in New Issue
Block a user