disable treesitter for latex
This commit is contained in:
parent
b1be29b39c
commit
d9a7666e9e
@ -4,8 +4,8 @@ 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', 'bash' },
|
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash' },
|
||||||
ignore_install = {'latex', 'markdown'},
|
ignore_install = {'latex', 'tex', 'markdown'},
|
||||||
disable = {'latex', 'markdown'},
|
disable = {'latex', 'tex', 'markdown'},
|
||||||
|
|
||||||
-- 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,
|
||||||
|
Loading…
Reference in New Issue
Block a user