svelte + markdown

This commit is contained in:
Todd Morse 2023-10-14 21:16:52 -04:00
parent b2f7ab3546
commit dfc4517a44
No known key found for this signature in database
GPG Key ID: 2BB00AF5ED927B55
1 changed files with 2 additions and 1 deletions

View File

@ -326,7 +326,7 @@ vim.defer_fn(function()
require('nvim-treesitter.configs').setup { require('nvim-treesitter.configs').setup {
-- Add languages to be installed here that you want installed for treesitter -- 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' }, 'terraform', 'markdown', 'svelte' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = false, auto_install = false,
@ -466,6 +466,7 @@ local servers = {
rust_analyzer = {}, rust_analyzer = {},
tsserver = {}, tsserver = {},
terraformls = {}, terraformls = {},
svelte = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} }, -- html = { filetypes = { 'html', 'twig', 'hbs'} },
lua_ls = { lua_ls = {