This commit is contained in:
Price Hiller 2022-05-26 16:25:34 -05:00
parent 85dbf3228f
commit 3436993d4f
3 changed files with 9 additions and 0 deletions

View File

@ -168,6 +168,7 @@ for _, server in ipairs({
'vuels',
'yamlls',
'yamlls',
'tsserver',
}) do
lspconfig[server].setup(opts)
end

View File

@ -683,6 +683,13 @@ return packer.startup({
use({ 'dstein64/vim-startuptime' })
use({
'ThePrimeagen/refactoring.nvim',
requires = {
{ 'nvim-lua/plenary.nvim' },
{ 'nvim-treesitter/nvim-treesitter' },
},
})
-- Leave at end!!!
-- Install and deploy packer plugins
-- automatically

View File

@ -142,6 +142,7 @@ if which bat >/dev/null 2>&1; then
fi
## Misc Aliases ##
alias e="${EDITOR}"
alias ghidra="ghidraRun"
alias v="vim"
alias :q="exit"