nvim
nvim copied to clipboard
🍨 Soothing pastel theme for (Neo)vim
If I set highlight overrides in config, say ```lua highlight_overrides = { all = function(cp) return { PmenuSel = { bg = cp.green, fg = cp.base }, } end, }...
**Is your feature request related to a problem? Please describe.** Highlighting does not work for some LSPs with constants when semantic tokens are enabled. This is due to a missing...
### Description Catppuccin colorscheme with TreeSitter for NeoVim prevents from using underline mark up in, for example, Neorg. It may be because Catppuccin links to `Underline` group and not to...
Set everything to `O.styles.conditionals or { "italic" }`, so, by default, the various settings are still italic. In other words, this is not a breaking change. 🎉 First off, thanks...
:robot: I have created a release *beep* *boop* --- ## [1.7.0](https://github.com/catppuccin/nvim/compare/v1.6.0...v1.7.0) (2024-02-16) ### Features * add support for `outline.nvim` plugin ([#647](https://github.com/catppuccin/nvim/issues/647)) ([048c18f](https://github.com/catppuccin/nvim/commit/048c18fc531703815f5e10765ea46ce9b2c75ae4)) * **integration:** add reactive.nvim integration ([#654](https://github.com/catppuccin/nvim/issues/654)) ([151e478](https://github.com/catppuccin/nvim/commit/151e478edf8108cfd451a3cbd44d0a20503e7b42)) *...
**Is your feature request related to a problem? Please describe.** Not so much a problem, more of a documentation query - if I want to customise the colour of a...
This PR is a rewrite of #481, following the updated standard captures (main changes are in `treesitter.lua` and `semantic_tokens.lua`). *** Gently pinging @sgoudham, I'm curious about the state of the...
This is screenshot in README  This is my local looks, the background colors of lualine are different from above. 
**Is your feature request related to a problem? Please describe.** Using the catppuccin theme makes neovim terrible to use in a regular TTY, since everything is black and white. **Describe...