mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-29 04:07:02 +02:00
feat(home/base/tui/editors/neovim): upgrade astronvim to v4
This commit is contained in:
20
home/base/tui/editors/neovim/nvim/.neoconf.json
Normal file
20
home/base/tui/editors/neovim/nvim/.neoconf.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"neodev": {
|
||||
"library": {
|
||||
"enabled": true,
|
||||
"plugins": true
|
||||
}
|
||||
},
|
||||
"neoconf": {
|
||||
"plugins": {
|
||||
"lua_ls": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"lspconfig": {
|
||||
"lua_ls": {
|
||||
"Lua.format.enable": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user