diff --git a/lua/plugins.lua b/lua/plugins/basic.lua similarity index 64% rename from lua/plugins.lua rename to lua/plugins/basic.lua index 148a5ab..9b92797 100644 --- a/lua/plugins.lua +++ b/lua/plugins/basic.lua @@ -1,7 +1,4 @@ return { --- {"catppuccin/nvim", name = "catppuccin", priority = 1000}, -- colour scheme -- - - {"neanias/everforest-nvim", name = 'everforest', version = false, lazy = false, priority = 1000 }, {'nvim-telescope/telescope.nvim', tag = '0.1.6', -- fuzzy finder (telescope) -- dependencies = { 'nvim-lua/plenary.nvim' }}, @@ -16,8 +13,4 @@ return { } }, - {'nvim-lualine/lualine.nvim', -- bottom/status line - dependencies = { 'nvim-tree/nvim-web-devicons' }} - - } diff --git a/lua/plugins/rice.lua b/lua/plugins/rice.lua new file mode 100644 index 0000000..da33468 --- /dev/null +++ b/lua/plugins/rice.lua @@ -0,0 +1,10 @@ +return { + +-- {"catppuccin/nvim", name = "catppuccin", priority = 1000}, -- colour scheme -- + + {"neanias/everforest-nvim", name = 'everforest', version = false, lazy = false, priority = 1000 }, + + {'nvim-lualine/lualine.nvim', -- bottom/status line + dependencies = { 'nvim-tree/nvim-web-devicons' }} + +}