diff options
author | Camil Staps | 2021-07-08 20:12:52 +0200 |
---|---|---|
committer | Camil Staps | 2021-07-08 20:12:52 +0200 |
commit | 2e8f8d73bd75b60651427cfd9aaf56ce73cd99c8 (patch) | |
tree | 457ce2bc289ad7a2859447fb73597b7269e861c5 /vim | |
parent | Remove currently playing song from cmus from i3status (causes a lot of loggin... (diff) |
Add nir vim plugin
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ Plugin 'andymass/vim-matchup' " TeX parentheses; see https://git Plugin 'Shirk/vim-gas' " GNU Assembly Plugin 'git@gitlab.com:clean-and-itasks/vim-clean' " Clean Plugin 'camilstaps/vim-fuspel', {'pinned': 1} " Fuspel +Plugin 'https://gitlab.com/camilstaps/nir', {'pinned': 1, 'rtp': 'vim'} " Nir Plugin 'camilstaps/vim-sil', {'pinned': 1} " Sil Plugin 'rust-lang/rust.vim' " Rust Plugin 'rhysd/vim-llvm' " LLVM |