Commit Graph

49 Commits (643c896f2d1c8df7dfb667adac631d5f2795d959)

Author SHA1 Message Date
Nick Zana 34752e8b7f Add copilot
Nick Zana 227372f2ce Reformat treesitter plugins spec
Nick Zana 966f4fdc0b Redo everything because of an LSP bug and it still didn't fix it :(
Nick Zana 3db2dd6fb7 Remove <c-E> term->normal keybinding
Nick Zana 4d23c611f0 Add CSS LSP plugins
Nick Zana 03450108b3 Add ruff python linter
Nick Zana 13e2f31a86 Upgrade lsp-zero to version 4.x
Nick Zana 082162454f update lsp settings
Nick Zana 79d94753f4 Add copilot
Nick Zana f214a975aa add pylsp lang server
Nick Zana 69c9290a5a add clangd lang server
Nick Zana 22b35de08e add copilot to experiment with
Nick Zana 27e98ad1ad Add git-gutter
Nick Zana 0acf664f81 auto enable treesitter highlighting
Nick Zana 4acd1eb969 improve vim fugitive git keybindings
Nick Zana 4befd4142f
remove gk and gj keybindings
Nick Zana 528cf3726d add texlab lsp support
Nick Zana 1edd7e0fa6 change completion keybindings
Nick Zana 49f91dd248 update lsp-zero to v2
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