mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-18 04:38:40 +00:00
More
This commit is contained in:
@@ -149,10 +149,9 @@
|
||||
enable = true;
|
||||
plugins = [
|
||||
{
|
||||
plugin = nixpkgs.vimPlugins.molokai;
|
||||
config = ''
|
||||
colorscheme molokai
|
||||
'';
|
||||
plugin = nixpkgs.vimPlugins.tokyonight-nvim;
|
||||
config = builtins.readFile ./nvim/tokyonight.lua;
|
||||
type = "lua";
|
||||
}
|
||||
{
|
||||
plugin = nixpkgs.vimPlugins.nvim-treesitter.withAllGrammars;
|
||||
|
Reference in New Issue
Block a user