for markdown files
This commit is contained in:
parent
bd7d9838c8
commit
ecfda4f6a6
10
lua/plugins/autoclose.lua
Normal file
10
lua/plugins/autoclose.lua
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
"m4xshen/autoclose.nvim",
|
||||||
|
config = function()
|
||||||
|
require("autoclose").setup({
|
||||||
|
options = {
|
||||||
|
enabled_filetypes = { "markdown" },
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user