mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-09 20:45:02 +02:00
UPDATED init.lua to enable clang C++ LSP functionality
This commit is contained in:
parent
fed96c7c52
commit
8240e23320
2 changed files with 24 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -663,7 +663,7 @@ require('lazy').setup({
|
|||
-- - settings (table): Override the default settings passed when initializing the server.
|
||||
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
|
||||
local servers = {
|
||||
-- clangd = {},
|
||||
clangd = {},
|
||||
-- gopls = {},
|
||||
-- pyright = {},
|
||||
-- rust_analyzer = {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue