Add autopairs and catppuccin them

This commit is contained in:
spassos 2023-12-03 16:17:30 -05:00
parent 133aa205d9
commit 622740dcbe
4 changed files with 49 additions and 1 deletions

View file

@ -231,7 +231,7 @@ require('lazy').setup({
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
--
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
-- { import = 'custom.plugins' },
{ import = 'custom.plugins' },
}, {})
-- [[ Setting options ]]
@ -606,5 +606,6 @@ cmp.setup {
},
}
vim.cmd.colorscheme "catppuccin-mocha"
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et