This commit is contained in:
h
2024-11-14 03:41:41 -05:00
parent ceb580acbe
commit 7fe2f7b438
5 changed files with 33 additions and 31 deletions
+7 -7
View File
@@ -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'),
}