[neovim] Enable mini-surround and mini-comment by default. Remove lua file-type since it auto-formats
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
{
|
||||
"echasnovski/mini.surround",
|
||||
enable = true,
|
||||
},
|
||||
{
|
||||
"echasnovski/mini.comment",
|
||||
enable = true,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user