minor changes

This commit is contained in:
Solomon Laing 2023-09-12 14:19:30 +09:30
parent 27533e8f07
commit 8fdec0bea8
2 changed files with 9 additions and 3 deletions

View File

@ -4,6 +4,11 @@ return {
lazy = true, lazy = true,
priority = 1000, priority = 1000,
}, },
{
"ellisonleao/gruvbox.nvim",
lazy = true,
priority = 1000,
},
{ {
"sainnhe/sonokai", "sainnhe/sonokai",
lazy = true, lazy = true,

View File

@ -2,11 +2,12 @@ return {
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
build = ":TSUpdate", build = ":TSUpdate",
event = "BufReadPost",
opts = { opts = {
sync_install = false,
matchup = { enable = true }, matchup = { enable = true },
highlight = { enable = true }, highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
autopairs = { enable = true }, autopairs = { enable = true },
indent = { enable = true }, indent = { enable = true },
context_commentstring = { enable = true, enable_autocmd = false }, context_commentstring = { enable = true, enable_autocmd = false },