add autotag plugin
This commit is contained in:
8
init.lua
8
init.lua
@ -142,8 +142,12 @@ end
|
||||
-- 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', 'rust', 'go', 'lua', 'python', 'rust', 'typescript', 'help', 'vim' },
|
||||
|
||||
ensure_installed = { 'c', 'cpp', 'rust', 'go', 'lua', 'python', 'rust', 'typescript', 'tsx', 'help', 'vim', },
|
||||
autotag = {
|
||||
enable = true,
|
||||
enable_close = true,
|
||||
enable_close_on_slash = true,
|
||||
},
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true, disable = { 'python', 'c', 'cpp' } },
|
||||
incremental_selection = {
|
||||
|
Reference in New Issue
Block a user