add some configs

This commit is contained in:
zolinthecow 2024-11-12 14:34:30 -08:00
parent 2234b188fb
commit c4dca3f7dd
4 changed files with 50 additions and 2 deletions

View file

@ -136,11 +136,11 @@ return { -- LSP Configuration & Plugins
local servers = {
clangd = {},
bashls = {},
-- gopls = {},
gopls = {},
pyright = {
filetypes = { 'python' },
},
-- rust_analyzer = {},
rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--
-- Some languages (like typescript) have entire language plugins that can be useful: