Commit graph

7 commits

Author SHA1 Message Date
440efbf8fc [nvim] Install telescope
Add these bindings:
- find_files to ,ff
- live_grep to ,fg
- buffers to ,fb
- help_tags to ,fh
2024-11-09 08:34:10 -08:00
b233d52b6d [nvim] Factor out the map variable in keys.lua 2024-11-09 08:33:55 -08:00
a0baeac863 [vim] Update API call that toggles visibility of inlay hints
This API is preferred as of some recent version of neovim.
2024-08-03 09:12:48 -07:00
95081a31a3 [vim] Redo the keys lua module
Return a table from the module so that other modules that require it can access its functions in a namespaced way.
2024-08-02 18:30:52 -07:00
b381ff362d [neovim] Set up all the LSP key bindings 2023-09-10 15:37:41 -07:00
6957a192af [vim] Fix the hlsearch toggle key binding 2023-03-20 08:42:43 -07:00
8262907b64 [nvim] Convert init.vim to init.lua and copy over a bit of the vimrc config to some lua scripts
This is neat!
2022-10-20 08:18:40 -07:00