Comment.nvim

This commit is contained in:
Alex Yatskov 2022-12-22 19:05:51 -08:00
parent 5193ce1bcb
commit d711a7613b
4 changed files with 7 additions and 4 deletions

6
.gitmodules vendored
View File

@ -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

View File

@ -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'

@ -0,0 +1 @@
Subproject commit 5f01c1a89adafc52bf34e3bf690f80d9d726715d

@ -1 +0,0 @@
Subproject commit b4930f9da28647e5417d462c341013f88184be7e