cleaning up
This commit is contained in:
parent
8eaeeb6bcf
commit
318a6c7e26
@ -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' }}
|
||||
|
||||
|
||||
}
|
||||
10
lua/plugins/rice.lua
Normal file
10
lua/plugins/rice.lua
Normal file
@ -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' }}
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user