diff options
author | Minijackson <minijackson@riseup.net> | 2023-07-06 16:23:12 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-07-06 16:23:12 +0200 |
commit | 37bdf2995463cad25132b850e84acf1e75596f0b (patch) | |
tree | 3dca96896b3a4bab47d01b3fd78c70d58e273d74 /common/vim.nix | |
parent | d5a3eaa7056a53d9ef9623bb4ee9b9d35ee2dccb (diff) | |
download | nixos-config-reborn-37bdf2995463cad25132b850e84acf1e75596f0b.tar.gz nixos-config-reborn-37bdf2995463cad25132b850e84acf1e75596f0b.zip |
vim: add fugitive gitlab, and add URL handler
Diffstat (limited to 'common/vim.nix')
-rw-r--r-- | common/vim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/vim.nix b/common/vim.nix index 8f28699..8b13f78 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -113,6 +113,7 @@ inputs: { | |||
113 | 113 | ||
114 | # Other | 114 | # Other |
115 | comment-nvim | 115 | comment-nvim |
116 | fugitive-gitlab-vim | ||
116 | null-ls-nvim | 117 | null-ls-nvim |
117 | tabular | 118 | tabular |
118 | tmux-complete-vim | 119 | tmux-complete-vim |