nvim: use modified a.vim plugin

To avoid bad leader binding in insert mode
This commit is contained in:
Mathieu Maret 2024-06-20 00:18:07 +02:00
parent 5cac9eae73
commit 1a598ed474

View File

@ -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"] = {