diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index 62d41e9..79fc60d 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -1,9 +1,10 @@ return require("packer").startup(function(use) use("wbthomason/packer.nvim") - -- The best colorscheme out there + -- Colorschemes use({ "ayu-theme/ayu-vim" }) use({ "ghifarit53/tokyonight-vim" }) + use({ "NLKNguyen/papercolor-theme" }) -- Treesitter use({ "nvim-treesitter/nvim-treesitter", run = ":TSUpdate" })