Merge branch 'master' of github.com:eodomo/kickstart.nvim

pull/1444/head
Eric Olerud 5 months ago
commit 23fab502dd

@ -501,9 +501,10 @@ require('lazy').setup({
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = {
clangd = {},
-- gopls = {},
gopls = {},
-- pyright = {},
rust_analyzer = {},
powershell_es = {},
-- ... 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:

Loading…
Cancel
Save