nvim: use modified a.vim plugin
To avoid bad leader binding in insert mode
This commit is contained in:
parent
5cac9eae73
commit
1a598ed474
@ -648,7 +648,7 @@ require("lazy").setup({
|
|||||||
"tpope/vim-sleuth", -- Detect tabstop and shiftwidth automatically
|
"tpope/vim-sleuth", -- Detect tabstop and shiftwidth automatically
|
||||||
-- "gc" to comment visual regions/lines
|
-- "gc" to comment visual regions/lines
|
||||||
{ "numToStr/Comment.nvim", opts = {} },
|
{ "numToStr/Comment.nvim", opts = {} },
|
||||||
"vim-scripts/a.vim",
|
"mmaret/a.vim",
|
||||||
})
|
})
|
||||||
|
|
||||||
require("gen").prompts["Generate_Doxygen"] = {
|
require("gen").prompts["Generate_Doxygen"] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user