Disabled neoconf
This commit is contained in:
parent
f2bf2de3d3
commit
9d7b89b37e
3 changed files with 3 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"neodev": {
|
||||
"library": {
|
||||
"enabled": true,
|
||||
"plugins": true
|
||||
}
|
||||
},
|
||||
"neoconf": {
|
||||
"plugins": {
|
||||
"lua_ls": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,4 +1,5 @@
|
|||
return {
|
||||
{ "akinsho/bufferline.nvim", enabled = false },
|
||||
{ "folke/todo-comments.nvim", enabled = false },
|
||||
{ "folke/neoconf.nvim", enabled = false },
|
||||
}
|
||||
|
|
|
@ -6,7 +6,9 @@ return {
|
|||
"bash",
|
||||
"json",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"lua",
|
||||
"regex",
|
||||
|
||||
-- web dev
|
||||
"html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue