Update gitconfig and nvimrc
This commit is contained in:
parent
164881d1ec
commit
31d31b8648
|
@ -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
2
nvimrc
|
@ -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"},
|
||||||
|
|
Loading…
Reference in New Issue