Attempted to fix nushell nvim config

This commit is contained in:
2026-01-13 14:02:00 +00:00
parent 717a6ee2f4
commit a2306cccd4
2 changed files with 4 additions and 1 deletions

View File

@@ -69,6 +69,9 @@
"kitty".source = ./dotfiles/dot_config/kitty;
"ghostty".source = ./dotfiles/dot_config/ghostty;
"micro".source = ./dotfiles/dot_config/micro;
"nushell/lsp.nu".text = ''
source ~/.config/nushell/my_config/lsp.nu
'';
"neovide".source = ./dotfiles/dot_config/neovide;
"glow".source = ./dotfiles/dot_config/glow;
"glamour".source = ./dotfiles/dot_config/glamour;