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:
parent
7cb88eb204
commit
8ea14abe9e
8 changed files with 36 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue