mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 03:55:04 +02:00
add some configs
This commit is contained in:
parent
2234b188fb
commit
c4dca3f7dd
4 changed files with 50 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue