kitty now changes color scheme inside of nix-shell
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
./barbar.nix
|
||||
./cmp.nix
|
||||
./lsp.nix
|
||||
./rustaceanvim.nix
|
||||
./fidget.nix
|
||||
./lualine.nix
|
||||
./nvim-lightbulb.nix
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
nvim-surround.enable = true;
|
||||
rainbow-delimiters.enable = true;
|
||||
render-markdown.enable = true;
|
||||
rustaceanvim.enable = true;
|
||||
treesitter.enable = true;
|
||||
trim.enable = true;
|
||||
trouble.enable = true;
|
||||
|
||||
10
modules/home/programs/nixvim/plugins/rustaceanvim.nix
Normal file
10
modules/home/programs/nixvim/plugins/rustaceanvim.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.nixvim.plugins.rustaceanvim = {
|
||||
enable = true;
|
||||
settings = {
|
||||
server.auto_attach = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user