chore(home-manager): put neovim plugins configuration in a separate directory
This commit is contained in:
parent
a8c87655ac
commit
d9aecb3e19
16 changed files with 13 additions and 84 deletions
7
modules/home-manager/cli/neovim/files/plugins/theme.lua
Normal file
7
modules/home-manager/cli/neovim/files/plugins/theme.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
require("catppuccin").setup {
|
||||
integrations = {
|
||||
neotree = true
|
||||
}
|
||||
}
|
||||
vim.opt.termguicolors = true -- 24 bits color support
|
||||
vim.cmd.colorscheme "catppuccin"
|
Loading…
Add table
Add a link
Reference in a new issue