nvim icon indicating copy to clipboard operation
nvim copied to clipboard

🍨 Soothing pastel theme for (Neo)vim

Results 59 nvim issues
Sort by recently updated
recently updated
newest added

If I set highlight overrides in config, say ```lua highlight_overrides = { all = function(cp) return { PmenuSel = { bg = cp.green, fg = cp.base }, } end, }...

enhancement

**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...

enhancement

### 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...

bug

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)) *...

autorelease: pending

**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...

enhancement

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 ![](https://user-images.githubusercontent.com/56817415/213473285-7bd858be-6947-4d9e-8c01-2573cbc7e76c.png) This is my local looks, the background colors of lualine are different from above. ![image](https://github.com/catppuccin/nvim/assets/54128430/d1f5512b-ddcd-4305-9c09-583222ce8c97)

enhancement

**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...

enhancement