Compare commits
2 Commits
1ab6e3fdfb
...
a45cace9f2
Author | SHA1 | Date |
---|---|---|
|
a45cace9f2 | |
|
2d31d7da60 |
|
@ -30,8 +30,9 @@ local servers = {
|
||||||
-- no formatting support
|
-- no formatting support
|
||||||
'vimls', -- vue
|
'vimls', -- vue
|
||||||
-- use vetur
|
-- use vetur
|
||||||
'yamlls'
|
'yamlls', -- no formatting support
|
||||||
-- no formatting support
|
-- sudo pacman -Syu rust-analyzer
|
||||||
|
'rust_analyzer'
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Use an on_attach function to only map the following keys
|
-- Use an on_attach function to only map the following keys
|
||||||
|
@ -147,6 +148,16 @@ require'lspconfig'.sumneko_lua.setup {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- toml
|
||||||
|
-- 'taplo'
|
||||||
|
-- -- sudo pacman -Syu taplo-cli
|
||||||
|
require'lspconfig'.taplo.setup {
|
||||||
|
on_attach = on_attach,
|
||||||
|
capabilities = capabilities,
|
||||||
|
flags = {debounce_text_changes = 150},
|
||||||
|
cmd = {"taplo", "lsp", "stdio"}
|
||||||
|
}
|
||||||
|
|
||||||
-- null-ls
|
-- null-ls
|
||||||
local null_ls = require("null-ls")
|
local null_ls = require("null-ls")
|
||||||
|
|
||||||
|
|
|
@ -245,3 +245,17 @@ CDN
|
||||||
Cloudfare
|
Cloudfare
|
||||||
PeerTube
|
PeerTube
|
||||||
walkthroughs
|
walkthroughs
|
||||||
|
href
|
||||||
|
houseplants
|
||||||
|
Pothos
|
||||||
|
Rhoeo
|
||||||
|
Dumbcane
|
||||||
|
Aglaonemas
|
||||||
|
PeoplePerHour
|
||||||
|
OpenCart
|
||||||
|
PrestaShop
|
||||||
|
Webflow
|
||||||
|
booleans
|
||||||
|
pothos
|
||||||
|
monstera
|
||||||
|
Heartleaf
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue