mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +02:00
base16: init plugin
This commit is contained in:
parent
657e5e6efb
commit
f97e2f6ffc
4 changed files with 159 additions and 6 deletions
|
@ -35,9 +35,9 @@
|
|||
programs.nixvim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
colorschemes.gruvbox = {
|
||||
colorschemes.base16 = {
|
||||
enable = true;
|
||||
italics = true;
|
||||
colorscheme = "ocean";
|
||||
};
|
||||
|
||||
options.number = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue