Merge branch 'main' into teutat3s

This commit is contained in:
teutat3s 2021-11-29 17:27:38 +01:00
commit e6f679387c
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 5 additions and 8 deletions

View file

@ -70,7 +70,6 @@ in
extraPackages = with pkgs; [ extraPackages = with pkgs; [
ccls ccls
code-minimap
gopls gopls
nodejs nodejs
nodePackages.bash-language-server nodePackages.bash-language-server
@ -101,7 +100,6 @@ in
ack-vim ack-vim
airline airline
editorconfig-vim editorconfig-vim
minimap-vim
nnn-vim nnn-vim
suda suda
syntastic syntastic

View file

@ -13,14 +13,13 @@ in
pol = pull pol = pull
ack = -c color.grep.linenumber=\"bold yellow\"\n -c color.grep.filename=\"bold green\"\n -c color.grep.match=\"reverse yellow\"\n grep --break --heading --line-number ack = -c color.grep.linenumber=\"bold yellow\"\n -c color.grep.filename=\"bold green\"\n -c color.grep.match=\"reverse yellow\"\n grep --break --heading --line-number
# define command which will be used when "nvim"is set as a merge tool # define command which will be used when "nvim"is set as a merge tool
[mergetool "nvim"]
cmd = /etc/profiles/per-user/${config.pub-solar.user.name}/bin/nvim -f -c \"Gdiffsplit!\" \"$MERGED\"
# set "nvim" as tool for merging
[merge]
tool = nvim
# automatically launch merge tool without displaying a prompt
[mergetool] [mergetool]
prompt = false prompt = false
[merge]
tool = nvim
[mergetool "nvim"]
cmd = /etc/profiles/per-user/${config.pub-solar.user.name}/bin/nvim -f -c \"Gdiffsplit!\" \"$MERGED\"
[commit] [commit]
gpgsign = true gpgsign = true
[tag] [tag]