fix(nvim): use lsp defaults for ansiblels
This commit is contained in:
parent
e8af6bdfb4
commit
d55a635a59
@ -140,7 +140,8 @@ rust_tools.setup(rustopts)
|
|||||||
-- I use ansible a lot, define exceptions for servers that can use
|
-- I use ansible a lot, define exceptions for servers that can use
|
||||||
-- server:setup & vim.cmd at the bottom here
|
-- server:setup & vim.cmd at the bottom here
|
||||||
lspconfig.ansiblels.setup({
|
lspconfig.ansiblels.setup({
|
||||||
opts,
|
capabilities = lsp_capabilities,
|
||||||
|
on_attach = on_attach,
|
||||||
settings = {
|
settings = {
|
||||||
ansible = {
|
ansible = {
|
||||||
ansible = {
|
ansible = {
|
||||||
|
Loading…
Reference in New Issue
Block a user