Disabled neoconf

This commit is contained in:
Eduard Urbach 2023-07-30 15:22:10 +02:00
parent fb690e8f17
commit f7c029132a
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
3 changed files with 3 additions and 15 deletions

View File

@ -1,15 +0,0 @@
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}

View File

@ -1,4 +1,5 @@
return {
{ "akinsho/bufferline.nvim", enabled = false },
{ "folke/todo-comments.nvim", enabled = false },
{ "folke/neoconf.nvim", enabled = false },
}

View File

@ -6,7 +6,9 @@ return {
"bash",
"json",
"markdown",
"markdown_inline",
"lua",
"regex",
-- web dev
"html",