feat: add neovim vim-gitgutter 🎨
This commit is contained in:
parent
494f566ee9
commit
3130cc581b
1 changed files with 2 additions and 0 deletions
|
|
@ -66,6 +66,8 @@
|
||||||
packages.nix = with pkgs.vimPlugins; {
|
packages.nix = with pkgs.vimPlugins; {
|
||||||
start = [
|
start = [
|
||||||
vim-surround # shortcuts for setting () {} etc.
|
vim-surround # shortcuts for setting () {} etc.
|
||||||
|
vim-gitgutter # git diff in sign column
|
||||||
|
# vim-airline # nice and light status bar # doesn't work nicely with tmux
|
||||||
# coc-nvim coc-git coc-highlight coc-python coc-rls coc-vetur coc-vimtex coc-yaml coc-html coc-json # auto completion
|
# coc-nvim coc-git coc-highlight coc-python coc-rls coc-vetur coc-vimtex coc-yaml coc-html coc-json # auto completion
|
||||||
vim-nix # nix highlight
|
vim-nix # nix highlight
|
||||||
vimtex # latex stuff
|
vimtex # latex stuff
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue