update nvim config to use lazynvim
This commit is contained in:
parent
3f51767fbe
commit
867a86f153
18 changed files with 366 additions and 273 deletions
15
dot_config/nvim/dot_neoconf.json
Normal file
15
dot_config/nvim/dot_neoconf.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"neodev": {
|
||||
"library": {
|
||||
"enabled": true,
|
||||
"plugins": true
|
||||
}
|
||||
},
|
||||
"neoconf": {
|
||||
"plugins": {
|
||||
"lua_ls": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue