From dfc4517a4402c653ef7b1f5a6430eb0c6749e7e8 Mon Sep 17 00:00:00 2001 From: Todd Morse Date: Sat, 14 Oct 2023 21:16:52 -0400 Subject: [PATCH] svelte + markdown --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c99195bc..fc1832fb 100644 --- a/init.lua +++ b/init.lua @@ -326,7 +326,7 @@ vim.defer_fn(function() 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', - 'terraform' }, + 'terraform', 'markdown', 'svelte' }, -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) auto_install = false, @@ -466,6 +466,7 @@ local servers = { rust_analyzer = {}, tsserver = {}, terraformls = {}, + svelte = {}, -- html = { filetypes = { 'html', 'twig', 'hbs'} }, lua_ls = {