mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-26 21:10:22 +00:00
fix: Move Note Taking out of Colorschenes
This commit is contained in:
parent
1c971c2eb9
commit
636f4e422e
1 changed files with 4 additions and 4 deletions
|
@ -85,15 +85,15 @@ Neovim supports a wide variety of UI's.
|
|||
- [norcalli/nvim-base16.lua](https://github.com/norcalli/nvim-base16.lua) - Programmatic lua library for setting base16 themes in Neovim.
|
||||
- [rktjmp/lush.nvim](https://github.com/rktjmp/lush.nvim) - Define Neovim themes as a DSL in lua, with real-time feedback.
|
||||
|
||||
### Note Taking
|
||||
|
||||
- [oberblastmeister/neuron.nvim](https://github.com/oberblastmeister/neuron.nvim) - note taking plugin for neuron that integrates with telescope.nvim
|
||||
|
||||
### Colorscheme
|
||||
|
||||
- [tjdevries/gruvbuddy.nvim](https://github.com/tjdevries/gruvbuddy.nvim) - Gruvbox colors
|
||||
- [npxbr/gruvbox.nvim](https://github.com/npxbr/gruvbox.nvim) - Gruvbox community colorscheme lua port
|
||||
|
||||
### Note Taking
|
||||
|
||||
- [oberblastmeister/neuron.nvim](https://github.com/oberblastmeister/neuron.nvim) - note taking plugin for neuron that integrates with telescope.nvim
|
||||
|
||||
#### Treesitter Support
|
||||
|
||||
Treesitter is a new system coming in Neovim 0.5 that incrementally parses your code into a tree that works, even with errors in your syntax. These colorschemes have specifically set colors for treesitter highlight groups. Vim colorschemes will work with the new groups out of the box.
|
||||
|
|
Loading…
Reference in a new issue