diff --git a/README.md b/README.md index d913d44..0032053 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,8 @@ or neovide if you have that installed: ```shell neovide ``` + + +#### Need fonts? + +Run the `install.sh` file after you download the NerdFonts repository. It will get you all the fonts you will need. Log out and log back in for the fonts to take effect. diff --git a/init.lua b/init.lua index 47eb98c..2c1bfbc 100644 --- a/init.lua +++ b/init.lua @@ -18,7 +18,7 @@ return { }, -- Set colorscheme to use - colorscheme = "tokyonight-night", + colorscheme = "catppuccin-mocha", -- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on diagnostics = { diff --git a/plugins/user.lua b/plugins/user.lua index 4c81a9c..246cb62 100644 --- a/plugins/user.lua +++ b/plugins/user.lua @@ -16,8 +16,8 @@ return { end, }, - -- Tokyonight colorscheme plugin - "folke/tokyonight.nvim", + -- Catppuccin colorscheme plugin + "catppuccin/nvim", -- Todo color comments plugin {