mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-16 11:58:40 +00:00
Move more stuff to Lua
This commit is contained in:
@@ -148,6 +148,11 @@
|
||||
in {
|
||||
enable = true;
|
||||
plugins = [
|
||||
{
|
||||
plugin = nixpkgs.vimPlugins.which-key-nvim;
|
||||
type = "lua";
|
||||
config = builtins.readFile ./nvim/which-key.lua;
|
||||
}
|
||||
{
|
||||
plugin = nixpkgs.vimPlugins.tokyonight-nvim;
|
||||
config = builtins.readFile ./nvim/tokyonight.lua;
|
||||
|
Reference in New Issue
Block a user