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 rvnh = revert -n HEAD
s = status s = status
sh = show -p sh = show -p
sha = sy
shp = sh shp = sh
shy = sy
sl = stash list sl = stash list
sq = merge --squash sq = merge --squash
sqls = !git sq $(git ls) sqls = !git sq $(git ls)

2
nvimrc
View File

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