mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-14 15:08:47 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9210aa07ed
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -463,6 +463,7 @@ require('lazy').setup({
|
||||||
local servers = {
|
local servers = {
|
||||||
-- clangd = {},
|
-- clangd = {},
|
||||||
gopls = {},
|
gopls = {},
|
||||||
|
astro = {},
|
||||||
-- pyright = {},
|
-- pyright = {},
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue