[neovim] Enable mini-surround and mini-comment by default. Remove lua file-type since it auto-formats

This commit is contained in:
2025-02-16 12:45:03 -08:00
parent 12d734995e
commit cb5c6518f1
3 changed files with 15 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
return {
{
"echasnovski/mini.surround",
enable = true,
},
{
"echasnovski/mini.comment",
enable = true,
},
}