feat: add terraform

This commit is contained in:
Alex Toth 2023-10-01 10:52:31 +00:00
parent 6e1d65916b
commit d4d3555824
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,6 @@
=====================================================================
==================== READ THIS BEFORE CONTINUING ====================
=====================================================================
Kickstart.nvim is *not* a distribution.
Kickstart.nvim is a template for your own configuration.
@ -309,7 +308,7 @@ vim.keymap.set('n', '<leader>sr', require('telescope.builtin').resume, { desc =
-- See `:help nvim-treesitter`
require('nvim-treesitter.configs').setup {
-- Add languages to be installed here that you want installed for treesitter
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim' },
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'terraform' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = false,
@ -447,6 +446,7 @@ local servers = {
-- pyright = {},
rust_analyzer = {},
tsserver = {},
terraformls = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
lua_ls = {