theme changed to gruvbox
This commit is contained in:
parent
08ab0e95e6
commit
da9190ad67
4 changed files with 12 additions and 11 deletions
|
|
@ -1,10 +0,0 @@
|
|||
return {
|
||||
'catppuccin/nvim',
|
||||
lazy = false,
|
||||
name = 'catppuccin',
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require('catppuccin').setup()
|
||||
vim.cmd.colorscheme 'catppuccin'
|
||||
end,
|
||||
}
|
||||
6
lua/custom/plugins/gruvbox.lua
Normal file
6
lua/custom/plugins/gruvbox.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'ellisonleao/gruvbox.nvim',
|
||||
priority = 1000,
|
||||
config = true,
|
||||
opts = ...,
|
||||
}
|
||||
5
lua/custom/plugins/haskell-tools.lua
Normal file
5
lua/custom/plugins/haskell-tools.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
'mrcjkb/haskell-tools.nvim',
|
||||
version = '^3', -- Recommended
|
||||
ft = { 'haskell', 'lhaskell', 'cabal', 'cabalproject' },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue