Init lazyvim

This commit is contained in:
2023-09-14 21:03:17 +03:00
parent 0030230429
commit 78d13aca61
29 changed files with 138 additions and 3600 deletions

View File

@@ -0,0 +1,8 @@
return {
"neovim/nvim-lspconfig",
opts = {
servers = {
terraformls = {},
},
},
}