nerdcommenter->Comment.nvim
This commit is contained in:
parent
f2d793817b
commit
ee80c2413e
4 changed files with 6 additions and 5 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -40,9 +40,6 @@
|
|||
[submodule "pack/general/start/vim-wordmotion"]
|
||||
path = pack/general/start/vim-wordmotion
|
||||
url = https://github.com/chaoren/vim-wordmotion
|
||||
[submodule "pack/general/start/nerdcommenter"]
|
||||
path = pack/general/start/nerdcommenter
|
||||
url = https://github.com/preservim/nerdcommenter
|
||||
[submodule "pack/general/start/gitsigns.nvim"]
|
||||
path = pack/general/start/gitsigns.nvim
|
||||
url = https://github.com/lewis6991/gitsigns.nvim
|
||||
|
|
@ -67,3 +64,6 @@
|
|||
[submodule "pack/general/start/friendly-snippets"]
|
||||
path = pack/general/start/friendly-snippets
|
||||
url = https://github.com/rafamadriz/friendly-snippets
|
||||
[submodule "pack/general/start/Comment.nvim"]
|
||||
path = pack/general/start/Comment.nvim
|
||||
url = https://github.com/numToStr/Comment.nvim
|
||||
|
|
|
|||
3
init.lua
3
init.lua
|
|
@ -240,7 +240,8 @@ require('gitsigns').setup {
|
|||
map({'o', 'x'}, 'ih', ':<C-U>Gitsigns select_hunk<CR>')
|
||||
end
|
||||
}
|
||||
g.signify_vcs_list = {'git'}
|
||||
---- Comment.nvim
|
||||
require('Comment').setup()
|
||||
---- vim-markdown
|
||||
g.vim_markdown_no_default_key_mappings = 1
|
||||
g.vim_markdown_folding_disabled = 1
|
||||
|
|
|
|||
1
pack/general/start/Comment.nvim
Submodule
1
pack/general/start/Comment.nvim
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 2c26a00f32b190390b664e56e32fd5347613b9e2
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 6d30ebcd428eb5a244229a125420a1e044b42b52
|
||||
Loading…
Add table
Reference in a new issue