Update nvimrc and gitconfig

This commit is contained in:
Rob Watson 2021-09-28 19:52:33 +02:00
parent 25db47d4a6
commit 47c20bfd2a
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
fixup = rebase -i --autosquash
l = log
ll = log --oneline -n 5
lp = log -p
lm = logme
logme = !sh -c 'git log --author=\"$(git config --get user.name)\"'
ls = !git branch --format '%(refname:short)' | fzf

1
nvimrc
View File

@ -586,6 +586,7 @@ EOF
packadd! nvim-lspconfig " https://github.com/neovim/nvim-lspconfig.git
" packadd! lsp_signature.nvim " https://github.com/ray-x/lsp_signature.nvim.git
packadd! fzf-lsp.nvim " https://github.com/gfanto/fzf-lsp.nvim.git
packadd! lsp-colors.nvim " https://github.com/folke/lsp-colors.nvim.git
lua <<EOF
local nvim_lsp = require('lspconfig')