Compare commits
2 Commits
2551b7bb8b
...
bb865f33c4
Author | SHA1 | Date | |
---|---|---|---|
bb865f33c4 | |||
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
|
@ -1,2 +1,3 @@
|
||||
vim.opt.termguicolors = true -- Enable 24-bit RGB color in the TUI
|
||||
require("kanagawa").load("wave") -- Activate theme previously installed in lua/core/plugins
|
||||
vim.o.background = 'dark' -- Select dark or light theme
|
||||
require('vscode').load() -- Activate theme previously installed in lua/core/plugins
|
||||
|
@ -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