minor changes
This commit is contained in:
parent
27533e8f07
commit
8fdec0bea8
@ -4,6 +4,11 @@ return {
|
||||
lazy = true,
|
||||
priority = 1000,
|
||||
},
|
||||
{
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
lazy = true,
|
||||
priority = 1000,
|
||||
},
|
||||
{
|
||||
"sainnhe/sonokai",
|
||||
lazy = true,
|
||||
|
||||
@ -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 },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user