diff options
author | Minijackson <minijackson@riseup.net> | 2023-12-05 17:42:44 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-12-05 17:42:44 +0100 |
commit | 4e0d39c3de4000662861e66d4001806057eb87e5 (patch) | |
tree | ac0668fb1164d4be3480ba93fb81dde549cfd831 /common/vim.nix | |
parent | 43b7a2e5bba723f976782efe08e390cbdd6e2b9e (diff) | |
download | nixos-config-reborn-4e0d39c3de4000662861e66d4001806057eb87e5.tar.gz nixos-config-reborn-4e0d39c3de4000662861e66d4001806057eb87e5.zip |
vim: null-ls -> none-ls due to upstream deprecation
Diffstat (limited to 'common/vim.nix')
-rw-r--r-- | common/vim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/vim.nix b/common/vim.nix index fbf810e..ebf640a 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -121,7 +121,7 @@ inputs: { | |||
121 | # Other | 121 | # Other |
122 | comment-nvim | 122 | comment-nvim |
123 | fugitive-gitlab-vim | 123 | fugitive-gitlab-vim |
124 | null-ls-nvim | 124 | none-ls-nvim |
125 | tabular | 125 | tabular |
126 | tmux-complete-vim | 126 | tmux-complete-vim |
127 | vim-abolish | 127 | vim-abolish |