chore(nvim): another revision

main
sudo pacman -Syu 2023-10-31 00:03:44 +07:00
parent 89bb535c74
commit c30e2539c4
1 changed files with 4 additions and 0 deletions

View File

@ -116,6 +116,10 @@ require("lazy").setup({
},
}
end,
integrations = {
treesitter = true,
treesitter_context = true,
},
})
vim.cmd("colorscheme catppuccin")