Update gitconfig and nvimrc

This commit is contained in:
Rob Watson 2022-04-18 08:10:41 +01:00
parent 164881d1ec
commit 31d31b8648
2 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@
rvnh = revert -n HEAD
s = status
sh = show -p
sha = sy
shp = sh
shy = sy
sl = stash list
sq = merge --squash
sqls = !git sq $(git ls)

2
nvimrc
View File

@ -514,7 +514,7 @@ packadd! playground " https://github.com/nvim-treesitter/playground.git
lua <<EOF
require 'nvim-treesitter.configs'.setup {
ensure_installed = "maintained",
ensure_installed = "all",
highlight = {
enable = true,
disable = {"vim"},