some colorscheme changes
This commit is contained in:
parent
a32e33117e
commit
214141ac85
3 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
return {
|
||||
{ "folke/tokyonight.nvim" },
|
||||
{ "fynnfluegge/monet.nvim", name = "monet" },
|
||||
-- { "catppuccin/nvim", name = "catppuccin" },
|
||||
-- { "EdenEast/nightfox.nvim" },
|
||||
-- { "DanWlker/primeppuccin", name = "primeppuccin" },
|
||||
|
|
|
@ -7,14 +7,11 @@ return {
|
|||
},
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
autotag = { enable = true },
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
-- "fish",
|
||||
"gitignore",
|
||||
"git_config",
|
||||
"markdown",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue