added tide and removed things from the 'main' config to see if it still works
This commit is contained in:
parent
3a9cb6c332
commit
77e8840534
4 changed files with 41 additions and 56 deletions
|
@ -14,9 +14,10 @@ in
|
|||
|
||||
sessionVariables = { EDITOR = "nvim"; };
|
||||
|
||||
shellAliases = {
|
||||
vim = "nvim";
|
||||
vimdiff = "nvim -d"; };
|
||||
shellAliases = {
|
||||
vim = "nvim";
|
||||
vimdiff = "nvim -d";
|
||||
};
|
||||
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue