Did you check the docs?
Is your feature request related to a problem? Please describe.
I switched to the new vim.lsp api to enable language servers and neoconf does not override the LS settings.
neovim/nvim-lspconfig#3494
Describe the solution you'd like
support vim.lsp API
Describe alternatives you've considered
support both lspconfig and native vim.lsp
Additional context
==============================================================================
neoconf: require("neoconf.health").check()
neoconf.nvim ~
- ✅ OK jsonc parser for tree-sitter is installed
- ✅ OK lazydev.nvim is installed
- ✅ OK lspconfig is installed
- ⚠️ WARNING lspconfig jsonls is not installed? You won't get any auto completion in your settings files
- ⚠️ WARNING lspconfig lua_ls is not installed? You won't get any auto completion in your lua settings files
Did you check the docs?
Is your feature request related to a problem? Please describe.
I switched to the new vim.lsp api to enable language servers and neoconf does not override the LS settings.
neovim/nvim-lspconfig#3494
Describe the solution you'd like
support vim.lsp API
Describe alternatives you've considered
support both lspconfig and native vim.lsp
Additional context
==============================================================================
neoconf: require("neoconf.health").check()
neoconf.nvim ~