svelte + markdown
This commit is contained in:
parent
b2f7ab3546
commit
dfc4517a44
3
init.lua
3
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 = {
|
||||
|
|
Loading…
Reference in New Issue