Commit graph

14 commits

Author SHA1 Message Date
196004e993 Merge remote-tracking branch 'origin/main' 2025-08-09 07:46:48 -07:00
e0f813182a [vim] Configure ts_ls for Typescript and JS 2025-08-09 07:45:15 -07:00
bb82a7ca75 [nvim] Update format of rust-analyzer LSP config
I think the format of the config table for rust-analyzer changed. checkOnSave
takes a bool, and a separate check table provides the parameters.
2025-08-01 10:40:10 -07:00
093f1a2099 [vim] Remove the tailwind and typescript language server configs
I don't use these.
2024-09-19 13:45:59 -07:00
6d5f5b3d4b [vim] Comment out the recently_used comparator
This comparator has a bug in it that was causing a syntax error after updating
neovim. Temporarily commenting this out until that bug is fixed.
2024-08-03 09:17:03 -07:00
46249b979a [vim] Add some Clippy stuff to the checkOnSave block for rust-analyzer 2024-08-02 18:31:38 -07:00
5be59f3045 [vim] Make sure signcolumn=yes after attaching an LSP 2024-08-02 18:31:20 -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
5631eb2c88 [vim] Add rust-analyzer LSP 2024-08-02 18:29:43 -07:00
a6a4aa0d90 [vim] Disable lowercase-global warning for Lua LSP 2024-08-02 18:29:43 -07:00
b381ff362d [neovim] Set up all the LSP key bindings 2023-09-10 15:37:41 -07:00
47a622250f [nvim,zsh] Set up pyright LSP for Python development 2023-09-06 10:19:21 -07:00
eb270c30bf [vim] Add eslint and html LSP configs 2023-08-25 08:00:31 -07:00
00d69312b2 [vim] Add LSP support for Lua, JS, CSS, and HTML 2023-08-23 16:20:15 -07:00