Skip to content

Commit

Permalink
home.tools.nvim: modify catppuccin plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenum committed Feb 20, 2025
1 parent 7cb387e commit 0239d95
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/home/tools/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,20 @@ inoremap <silent><expr> <TAB>
\ coc#refresh()
inoremap <expr><S-TAB> coc#pum#visible() ? coc#pum#prev(1) : "\<C-h>"
""""""""""""""""""""""""""""""
" catppuccin "
""""""""""""""""""""""""""""""
lua << EOF
require("catppuccin").setup({
term_colors = true,
transparent_background = true,
integrations = {
coc_nvim = true,
gitgutter,
},
})
EOF

""""""""""""""""""""""""""""""
" gitgutter "
""""""""""""""""""""""""""""""
Expand Down

0 comments on commit 0239d95

Please sign in to comment.