health check

This commit is contained in:
TJ DeVries 2024-02-26 08:55:52 -05:00
parent 5775433158
commit 30a1ccc89b
2 changed files with 51 additions and 3 deletions

View file

@ -542,12 +542,12 @@ require('lazy').setup({
-- rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--
-- If you use something like typescript, where the tooling is as bad as the language,
-- then you might need to install and configure something like this:
-- Some languages (like typescript) have entire language plugins that can be useful:
-- https://github.com/pmizio/typescript-tools.nvim
--
-- If you only have simple needs for typescript, then you can probably just use tsserver
-- But for many setups, the LSP (`tsserver`) will work just fine
-- tsserver = {},
--
lua_ls = {
-- cmd = {...},