Commit Graph

30 Commits (5c190777dc004aa590d1572cfe53569596e750b1)

Author SHA1 Message Date
Nick Zana 5c190777dc switch to lsp-zero
Nick Zana fc59aa483e Replace usage of depracated formatting function
Nick Zana 1e44af8740
Remove auto trim whitespace
Nick Zana 040791ec40
update nvim-cmp function names
Nick Zana 9c59adefd2
update lsp keybindings for new nvim version
Nick Zana 64208fc160 Change quickfix list keybindings to <C-n/p>
Nick Zana b83a640109 Add gopls language server
Nick Zana 692a67e84f Add Treesitter
Nick Zana c67ba08293
Add a few navigation keybindings
Nick Zana 74e7c324a9
update to make nvim-cmp work on nvim 0.5
Nick Zana 61e3ef417f
restrict luasnip to version compatible with <0.7
Nick Zana 0f8b79f10a
Simplify LSP and remap a few LSP keybindings
Nick Zana e0b077889f
update clippy lsp command
Nick Zana 79ffb696f8
Update project string grep keybindings
Replace <leader>ps with telescope.builtin.live_grep for live
project-wide searching, respecting .gitignore
Re-map previous <leader>ps to <leader>fs
Nick Zana 1217aafc97
Pin nvim-telescope commit for neovim 0.5.0 compat.
Nick Zana a3d34db195
Minor keybinding modifications; add ToggleQFList
Remove window navigation shortcuts in favor of <C-{hjkl}>
Uncomment vim.lsp.bufsignature_help keybinding
Uncomment vim lsp diagnostic navigation keybindings
Add ToggleQFList vim function
Nick Zana 599491664e
Add toml and yaml language support plugins
Nick Zana 5dc43ec4b9
Set reduced updatetime for lsp diagnostics
Nick Zana a0ebc042c8
Revert "Remove rust-specific features"
This reverts commit 0fd1209ff6.
Nick Zana 0fd1209ff6
Remove rust-specific features
Nick Zana fb6de85bc3
Correct RustTest keybinding
Nick Zana 4a95aabffb
Add NerdTree
Nick Zana 20eea7c025
Fix inverted vim-fugitive git merge keybindings
Nick Zana 8d97344417
Add merge keybindings
Nick Zana f612a9829d
Revert "Change git push keybinding to <leader>gX"
This reverts commit a56462a7ca.
Nick Zana a56462a7ca
Change git push keybinding to <leader>gX
Nick Zana 5d94386c51
Revert "Change git push keybinding to gP"
This reverts commit b5f0e1ee6f.
Nick Zana b5f0e1ee6f
Change git push keybinding to gP
Nick Zana 147f72e431
Add vim-fugitive git keybindings
Nick Zana aeab7edde9
Initial Commit for New Config