Change nvim theme to catppuccin, and add some more ensured_installed to treesitter

This commit is contained in:
Martin Larsson 2024-04-07 02:07:46 +02:00
parent 6a7885bdbb
commit 6be1d3233a
7 changed files with 85 additions and 165 deletions

View file

@ -6,7 +6,7 @@ return {
config = function()
require("lualine").setup {
options = {
theme = "tokyonight",
theme = "catppuccin",
section_separators = {"", ""},
component_separators = {"", ""},
icons_enabled = true,