change2
This commit is contained in:
@@ -26,7 +26,7 @@ return require('packer').startup({
|
||||
run = ':TSUpdate',
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
highlight = { enable = true },
|
||||
highlight = { enable = true, disable = { "latex" } },
|
||||
indent = { enable = true },
|
||||
ensure_installed = "all",
|
||||
})
|
||||
@@ -177,12 +177,12 @@ return require('packer').startup({
|
||||
'ms-jpq/coq.artifacts',
|
||||
},
|
||||
},
|
||||
{
|
||||
'jose-elias-alvarez/null-ls.nvim',
|
||||
requires = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- 'jose-elias-alvarez/null-ls.nvim',
|
||||
-- requires = {
|
||||
-- 'nvim-lua/plenary.nvim',
|
||||
-- },
|
||||
-- },
|
||||
},
|
||||
config = import('lsp'),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user