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,
priority = 1000,
},
{
"ellisonleao/gruvbox.nvim",
lazy = true,
priority = 1000,
},
{
"sainnhe/sonokai",
lazy = true,

View File

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