add more lsps and ftplugins
This commit is contained in:
parent
2551b7bb8b
commit
1f7ab400c3
4
ftplugin/terraform.lua
Normal file
4
ftplugin/terraform.lua
Normal file
@ -0,0 +1,4 @@
|
||||
vim.bo.tabstop = 2
|
||||
vim.bo.shiftwidth = 2
|
||||
vim.bo.expandtab = true
|
||||
vim.bo.softtabstop = 2
|
@ -28,6 +28,14 @@ lspconfig.jsonls.setup {}
|
||||
|
||||
lspconfig.marksman.setup {}
|
||||
|
||||
lspconfig.yamlls.setup {}
|
||||
|
||||
lspconfig.terraformls.setup {}
|
||||
|
||||
lspconfig.docker_compose_language_service.setup {}
|
||||
|
||||
lspconfig.dockerls.setup {}
|
||||
|
||||
|
||||
-- lua_ls LSP setup via Neodev extension which provides additional functionality
|
||||
require("neodev").setup()
|
||||
|
Loading…
Reference in New Issue
Block a user