NeoVIM: add neo config
This commit is contained in:
parent
1840434067
commit
52a795b7f2
1 changed files with 15 additions and 0 deletions
15
Configs/nvim/.neoconf.json
Normal file
15
Configs/nvim/.neoconf.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"neodev": {
|
||||
"library": {
|
||||
"enabled": true,
|
||||
"plugins": true
|
||||
}
|
||||
},
|
||||
"neoconf": {
|
||||
"plugins": {
|
||||
"lua_ls": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue