mirror of
https://github.com/mqttr/dotfiles.git
synced 2025-12-16 04:35:51 -06:00
Recreate neovim configuration
This commit is contained in:
9
nvim/lua/plugins/theme.lua
Normal file
9
nvim/lua/plugins/theme.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
'catppuccin/nvim',
|
||||
priority = 1000, -- Make sure to load this before all the other start plugins.
|
||||
init = function()
|
||||
vim.cmd.colorscheme 'catppuccin-mocha'
|
||||
|
||||
vim.cmd.hi 'Comment gui=none'
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user