Commit graph

15 commits

Author SHA1 Message Date
Gabe Venberg 1256688237 fixed autocomplete behavior.
Previously, when you didnt want to do any completion and tried to put a
newline directly after, nvim would intrepret the enter as choosing the
first completion entry.
2022-09-22 15:01:33 -05:00
Gabe Venberg ed2b8c723d added better rust-analyzer support. 2022-06-17 14:50:31 -05:00
Gabe Venberg e90208c701 modified lsp config. 2022-06-16 11:30:25 -05:00
Gabe Venberg 1796fdbbf9 removed custom cmp lsp setup, didnt play well with lspinstall. 2022-04-23 20:11:37 -05:00
Gabe Venberg c52ecd2166 added impatient.nvim. 2022-04-23 13:52:30 -05:00
Gabe Venberg 5f8852435d removed digraphs completion for now. 2022-04-21 15:04:30 -05:00
Gabe Venberg da38421d7b Moved from custom LSP installs to LspInstall 2022-04-21 14:54:07 -05:00
Gabe Venberg 19511c84c6 added typescript LSP support 2022-02-16 15:00:57 -06:00
Gabe Venberg ecab268930 re-added friendly-snippets without messing keybinds. 2022-02-07 13:47:57 -06:00
Gabe Venberg ae1fcff4be Revert "added friendly snippets"
caused problems with keybindings for autocomplete.
This reverts commit c9aa2dca270ee1aee9931a545c39d8fdf348c097.
2022-02-07 13:42:40 -06:00
Gabe Venberg 08e050ed04 added friendly snippets 2022-02-04 14:10:05 -06:00
Gabe Venberg 6ac0abba12 improved rust LSP 2022-01-19 00:17:58 -06:00
Gabe Venberg 09042586ec fixed lsp keybindings.
They now work on more than just the first buffer you open of a given
filetype.
2021-12-15 16:23:07 -06:00
Gabe Venberg d80d290fe2 removed luasnippet, fixed lsp keybinds. 2021-12-15 11:30:08 -06:00
Gabe Venberg 8322dfa4e1 I have joined the dark side! neovim with plugins!
added neovim support for treesitter and LSP, then added a bunch of
plugins to take advantage of them.
2021-12-14 00:32:00 -06:00