theme changed to gruvbox

This commit is contained in:
ramintheredmn 2024-04-04 14:22:07 +03:30
parent 08ab0e95e6
commit da9190ad67
4 changed files with 12 additions and 11 deletions

View file

@ -0,0 +1,5 @@
return {
'mrcjkb/haskell-tools.nvim',
version = '^3', -- Recommended
ft = { 'haskell', 'lhaskell', 'cabal', 'cabalproject' },
}