Comment.nvim
This commit is contained in:
parent
5193ce1bcb
commit
d711a7613b
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -37,9 +37,6 @@
|
||||
[submodule ".vim/bundle/vim-signify"]
|
||||
path = pack/plugins/start/vim-signify
|
||||
url = https://github.com/mhinz/vim-signify.git
|
||||
[submodule ".vim/bundle/tcomment_vim"]
|
||||
path = pack/plugins/start/tcomment_vim
|
||||
url = https://github.com/tomtom/tcomment_vim
|
||||
[submodule ".vim/bundle/vim-angry"]
|
||||
path = pack/plugins/start/vim-angry
|
||||
url = https://github.com/b4winckler/vim-angry.git
|
||||
@ -94,3 +91,6 @@
|
||||
[submodule "pack/plugins/start/lualine.nvim"]
|
||||
path = pack/plugins/start/lualine.nvim
|
||||
url = https://github.com/nvim-lualine/lualine.nvim.git
|
||||
[submodule "pack/plugins/start/Comment.nvim"]
|
||||
path = pack/plugins/start/Comment.nvim
|
||||
url = https://github.com/numToStr/Comment.nvim.git
|
||||
|
@ -1,3 +1,6 @@
|
||||
-- comment.nvim
|
||||
require('Comment').setup()
|
||||
|
||||
-- fzf.vim
|
||||
if vim.fn.executable('fzf') then
|
||||
vim.g['$FZF_DEFAULT_COMMAND'] = 'ag --hidden --ignore .git -f -g "" 2> /dev/null'
|
||||
|
1
pack/plugins/start/Comment.nvim
Submodule
1
pack/plugins/start/Comment.nvim
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 5f01c1a89adafc52bf34e3bf690f80d9d726715d
|
@ -1 +0,0 @@
|
||||
Subproject commit b4930f9da28647e5417d462c341013f88184be7e
|
Loading…
Reference in New Issue
Block a user