Commit Graph

25 Commits (74e7c324a9cade73a13ad1f0fe993c2c6275d941)
 

Author SHA1 Message Date
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 3f17c0ca75
add spell to gitignore
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 c22dd30feb
Specify gitignore to still include custom plugins
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
Nick Zana 83788ca6f3
Add python language server
Add clippy::pedantic warning lint
Add jedi_language_server for python support
Switch back to Telescope git_files
Nick Zana 96161899f1
Initial Commit