Compare commits

...

2 Commits

Author SHA1 Message Date
Ray Elliott a45cace9f2 add toml, rust support 2022-07-24 15:47:00 +01:00
Ray Elliott 2d31d7da60 update 2022-07-18 16:46:13 +01:00
3 changed files with 27 additions and 2 deletions

View File

@ -30,8 +30,9 @@ local servers = {
-- no formatting support
'vimls', -- vue
-- use vetur
'yamlls'
-- no formatting support
'yamlls', -- no formatting support
-- sudo pacman -Syu rust-analyzer
'rust_analyzer'
}
-- 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
local null_ls = require("null-ls")

View File

@ -245,3 +245,17 @@ CDN
Cloudfare
PeerTube
walkthroughs
href
houseplants
Pothos
Rhoeo
Dumbcane
Aglaonemas
PeoplePerHour
OpenCart
PrestaShop
Webflow
booleans
pothos
monstera
Heartleaf

Binary file not shown.