Updating editor

This commit is contained in:
Greg Hellings
2023-08-18 13:16:23 -05:00
committed by greg-compass
parent 854e60d450
commit ba6a4e3694
4 changed files with 6 additions and 42 deletions
+1
View File
@@ -13,4 +13,5 @@
"vagrant" "vagrant"
]; ];
}; };
environment.loginShell = "${pkgs.xonsh}/bin/xonsh";
} }
Generated
+3 -3
View File
@@ -49,11 +49,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1689516967, "lastModified": 1692248770,
"narHash": "sha256-sFAa33wkQHanmij/uhfGduIDK8z4dJAita/rK6u9pvE=", "narHash": "sha256-tZeFpETKQGbgnaSIO1AGWD27IyTcBm4D+A9d7ulQ4NM=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "61662a63bfe1726588c1da6b412df86d8ca94d63", "rev": "511177ffe8226c78c9cf6a92a7b5f2df3684956b",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1 -38
View File
@@ -27,43 +27,6 @@ in
pyright pyright
]; ];
#programs.neovim = {
# enable = true;
# viAlias = true;
# vimAlias = true;
# vimdiffAlias = true;
# plugins = with pkgs.vimPlugins; [
# ansible-vim
# bufexplorer
#
# #cmp-nvim-lsp
# #cmp-vsnip
# #nvim-lspconfig
# nvim-cmp
#
# jedi-vim
#
# context-vim
# direnv-vim
# fzf-vim
# nerdtree
# nvim-notify
# vim-airline
# vim-gitgutter
# vim-flake8
# vim-fugitive
# vim-indent-guides
# vim-packer
# vim-rooter
# vim-xonsh
# gruvbox
# ];
# extraLuaConfig = builtins.readFile ./init.lua;
# coc = {
# # Currently waiting on resolution of https://github.com/NixOS/nixpkgs/issues/236560
# enable = false;
# };
# };
programs.nixneovim = { programs.nixneovim = {
enable = true; enable = true;
colorscheme = "gruvbox"; colorscheme = "gruvbox";
@@ -135,7 +98,7 @@ in
nerdtree nerdtree
nvim-cmp nvim-cmp
jedi-vim #jedi-vim
context-vim context-vim
direnv-vim direnv-vim
+1 -1
View File
@@ -37,7 +37,7 @@
cci = "./scripts/circleci-checks.py"; cci = "./scripts/circleci-checks.py";
cgh = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/compass\" gh"; cgh = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/compass\" gh";
crun = "compass workspace run"; crun = "compass workspace run";
ctest = "compass workspace test"; ctest = "compass workspace test --extra-cmd-args=\"--test_output=errors\"";
cylint = "./scripts/run_yaml_lint.py"; cylint = "./scripts/run_yaml_lint.py";
cpip = "compass workspace run src/python3/uc/tools:run_pip_compile"; cpip = "compass workspace run src/python3/uc/tools:run_pip_compile";