feat(neovim): Theme changed to Catppuccin-Mocha

- Plugins supports integrated to Catppuccin
- Use kylechui/nvim-surround.nvim for compatible keymap to that of tpope
  surround.vim
This commit is contained in:
Pratik Tripathy
2024-12-26 21:23:32 +05:30
parent 4bc173f6b2
commit 5a4f507c4a
3 changed files with 60 additions and 9 deletions

View File

@@ -253,6 +253,7 @@ return {
notification = {
poll_rate = 2, -- How often to udate and render notifications
filter = vim.log.levels.WARN, -- Minimum notifications level
window = { winblend = 0 },
},
},
},