Update nvimrc and gitconfig
This commit is contained in:
parent
25db47d4a6
commit
47c20bfd2a
|
@ -31,6 +31,7 @@
|
||||||
fixup = rebase -i --autosquash
|
fixup = rebase -i --autosquash
|
||||||
l = log
|
l = log
|
||||||
ll = log --oneline -n 5
|
ll = log --oneline -n 5
|
||||||
|
lp = log -p
|
||||||
lm = logme
|
lm = logme
|
||||||
logme = !sh -c 'git log --author=\"$(git config --get user.name)\"'
|
logme = !sh -c 'git log --author=\"$(git config --get user.name)\"'
|
||||||
ls = !git branch --format '%(refname:short)' | fzf
|
ls = !git branch --format '%(refname:short)' | fzf
|
||||||
|
|
1
nvimrc
1
nvimrc
|
@ -586,6 +586,7 @@ EOF
|
||||||
packadd! nvim-lspconfig " https://github.com/neovim/nvim-lspconfig.git
|
packadd! nvim-lspconfig " https://github.com/neovim/nvim-lspconfig.git
|
||||||
" packadd! lsp_signature.nvim " https://github.com/ray-x/lsp_signature.nvim.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! 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
|
lua <<EOF
|
||||||
local nvim_lsp = require('lspconfig')
|
local nvim_lsp = require('lspconfig')
|
||||||
|
|
Loading…
Reference in New Issue