minor changes
This commit is contained in:
parent
27533e8f07
commit
8fdec0bea8
@ -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,
|
||||||
|
|||||||
@ -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 },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user