mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-25 14:09:49 +01:00
Compare commits
No commits in common. "b0af809b954f6cd1aca20acece3a6e01c5296ada" and "1bb901edeb17de5694468691313ce1c741b9a058" have entirely different histories.
b0af809b95
...
1bb901edeb
2 changed files with 1 additions and 4 deletions
|
@ -40,9 +40,7 @@ Release notes for release 0.7
|
|||
|
||||
- Move the `theme` dag entry to before `luaScript`.
|
||||
|
||||
- Add rustfmt as the default formatter for Rust.
|
||||
|
||||
- Enabled the terminal integration of catppuccin for theming Neovim's built-in terminal (this also affects toggleterm).
|
||||
- Add rustfmt as the default formatter for Rust
|
||||
|
||||
[NotAShelf](https://github.com/notashelf):
|
||||
|
||||
|
|
|
@ -53,7 +53,6 @@ in {
|
|||
require('catppuccin').setup {
|
||||
flavour = "${style}",
|
||||
transparent_background = ${boolToString transparent},
|
||||
term_colors = true,
|
||||
integrations = {
|
||||
nvimtree = {
|
||||
enabled = true,
|
||||
|
|
Loading…
Reference in a new issue