mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(neovim): Add taplo, yamlls configs & more lsp installations
in bootstrap script
This commit is contained in:
1
common/.config/nvim/lsp/taplo.lua
Normal file
1
common/.config/nvim/lsp/taplo.lua
Normal file
@@ -0,0 +1 @@
|
||||
return {}
|
||||
1
common/.config/nvim/lsp/yamlls.lua
Normal file
1
common/.config/nvim/lsp/yamlls.lua
Normal file
@@ -0,0 +1 @@
|
||||
return {}
|
||||
@@ -4,23 +4,24 @@
|
||||
-- Step 2: Append the LSP server name in the below array
|
||||
vim.lsp.enable({
|
||||
"bashls",
|
||||
"cssls",
|
||||
"docker_compose_language_service",
|
||||
"dockerls",
|
||||
"html",
|
||||
"jsonls",
|
||||
"lua_ls",
|
||||
"markdownlint",
|
||||
"marksman",
|
||||
"prettier",
|
||||
"pylsp",
|
||||
"shellcheck",
|
||||
"shellharden",
|
||||
"shfmt",
|
||||
"docker_compose_language_service",
|
||||
"dockerls",
|
||||
"jsonls",
|
||||
"lua_ls",
|
||||
"pylsp",
|
||||
"sqlls",
|
||||
"cssls",
|
||||
"html",
|
||||
"ts_ls",
|
||||
"prettier",
|
||||
"marksman",
|
||||
"markdownlint",
|
||||
"trivy",
|
||||
"taplo",
|
||||
"trivy",
|
||||
"ts_ls",
|
||||
"yamlls",
|
||||
})
|
||||
|
||||
-- TIP: On new systems, install these through Mason
|
||||
|
||||
Reference in New Issue
Block a user