Add nvterm among other things
This commit is contained in:
parent
1645f2fbe9
commit
de52bc6ece
7 changed files with 114 additions and 31 deletions
14
lua/custom/plugins/colorscheme.lua
Normal file
14
lua/custom/plugins/colorscheme.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
{
|
||||
'catppuccin/nvim',
|
||||
name = 'catppuccin',
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {
|
||||
flavour = 'mocha',
|
||||
},
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'catppuccin'
|
||||
end,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue