Adds treesitter and biscuit plugins + tweak to sudo write

The two plugins were added along with relevant configuration for each

If in neovim and sudo_askpass isn't set, vim will display a warning if
WW is typed in command mode
This commit is contained in:
Jonathan Hodgson 2021-11-17 14:41:21 +00:00
parent 7cb88eb204
commit 8ea14abe9e
8 changed files with 36 additions and 0 deletions

6
.gitmodules vendored
View file

@ -73,3 +73,9 @@
[submodule "nvim/.config/nvim/pack/bundle/opt/lexima.vim"]
path = nvim/.config/nvim/pack/bundle/opt/lexima.vim
url = https://github.com/cohama/lexima.vim
[submodule "nvim/.config/nvim/pack/bundle/nvim-biscuits"]
path = nvim/.config/nvim/pack/bundle/opt/nvim-biscuits
url = https://github.com/code-biscuits/nvim-biscuits
[submodule "nvim/.config/nvim/pack/bundle/opt/nvim-treesitter"]
path = nvim/.config/nvim/pack/bundle/opt/nvim-treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter