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 -38
View File
@@ -27,43 +27,6 @@ in
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 = {
enable = true;
colorscheme = "gruvbox";
@@ -135,7 +98,7 @@ in
nerdtree
nvim-cmp
jedi-vim
#jedi-vim
context-vim
direnv-vim
+1 -1
View File
@@ -37,7 +37,7 @@
cci = "./scripts/circleci-checks.py";
cgh = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/compass\" gh";
crun = "compass workspace run";
ctest = "compass workspace test";
ctest = "compass workspace test --extra-cmd-args=\"--test_output=errors\"";
cylint = "./scripts/run_yaml_lint.py";
cpip = "compass workspace run src/python3/uc/tools:run_pip_compile";