use nixvim option for colorscheme: dracula
This commit is contained in:
parent
3daed337b1
commit
d3d7b002e7
1 changed files with 1 additions and 2 deletions
|
@ -9,9 +9,8 @@
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
clipboard.providers.wl-copy.enable = true;
|
clipboard.providers.wl-copy.enable = true;
|
||||||
colorscheme = "dracula";
|
colorschemes.dracula.enable = true;
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
dracula-vim
|
|
||||||
git-blame-nvim
|
git-blame-nvim
|
||||||
];
|
];
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue