fix: nushell

This commit is contained in:
Abhinav Robinson 2024-06-17 11:07:31 +05:30
parent b0df646369
commit 8299f4dbd0
2 changed files with 5 additions and 5 deletions

View file

@ -4,8 +4,8 @@ return {
name = 'catppuccin',
priority = 1000,
init = function()
-- vim.cmd.colorscheme 'catppuccin-mocha'
-- vim.cmd.hi 'Comment gui=none'
vim.cmd.colorscheme 'catppuccin-mocha'
vim.cmd.hi 'Comment gui=none'
end,
},
{