feat: vim-dirdiff plugin

This commit is contained in:
AngeD 2022-08-19 11:06:33 +02:00
parent d1f9c378b2
commit 8524a08016
4 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,8 @@ require'indent_blankline'.setup {
vim.cmd("packadd nvim-lspconfig") vim.cmd("packadd nvim-lspconfig")
vim.cmd("packadd vim-dirdiff")
-- variables -- variables
vim.o.path = vim.o.path .. ",**" vim.o.path = vim.o.path .. ",**"
vim.o.expandtab = true vim.o.expandtab = true

@ -1 +1 @@
Subproject commit 116c72f5c2e4e63bbf0b7d698f9d35e36848605a Subproject commit d76b0de6536c2461f97cfeca0550f8cb89793935

@ -0,0 +1 @@
Subproject commit 84bc8999fde4b3c2d8b228b560278ab30c7ea4c9

3
.gitmodules vendored
View File

@ -10,6 +10,9 @@
[submodule ".config/nvim/pack/plugins/opt/nvim-treesitter"] [submodule ".config/nvim/pack/plugins/opt/nvim-treesitter"]
path = .config/nvim/pack/plugins/opt/nvim-treesitter path = .config/nvim/pack/plugins/opt/nvim-treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter.git url = https://github.com/nvim-treesitter/nvim-treesitter.git
[submodule ".config/nvim/pack/plugins/opt/vim-dirdiff"]
path = .config/nvim/pack/plugins/opt/vim-dirdiff
url = https://github.com/will133/vim-dirdiff.git
[submodule ".config/zsh/ohmyzsh"] [submodule ".config/zsh/ohmyzsh"]
path = .config/zsh/ohmyzsh path = .config/zsh/ohmyzsh
url = https://github.com/ohmyzsh/ohmyzsh.git url = https://github.com/ohmyzsh/ohmyzsh.git