mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Refactor structure (#43)
* refactor: palette * refactor: simplify init * chore!: rename functions - `rose-pine.functions.select_variant` -> `rose-pine.set` - `rose-pine.functions.toggle_variant` -> `rose-pine.toggle` * docs: update options * chore: update config with shared headings
This commit is contained in:
parent
7bd39afcd1
commit
62567755fd
8 changed files with 280 additions and 319 deletions
|
|
@ -1,9 +1,6 @@
|
|||
lua << EOF
|
||||
package.loaded['rose-pine'] = nil
|
||||
package.loaded['rose-pine.functions'] = nil
|
||||
package.loaded['rose-pine.palette'] = nil
|
||||
package.loaded['rose-pine.theme'] = nil
|
||||
package.loaded['rose-pine.util'] = nil
|
||||
lua package.loaded['rose-pine'] = nil
|
||||
lua package.loaded['rose-pine.config'] = nil
|
||||
lua package.loaded['rose-pine.palette'] = nil
|
||||
lua package.loaded['rose-pine.theme'] = nil
|
||||
|
||||
require('rose-pine').set()
|
||||
EOF
|
||||
lua require('rose-pine').colorscheme()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue