Skip to content

Commit

Permalink
feat(nvim): add clangd lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Apr 21, 2024
1 parent 0896a8d commit afc2f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/.config/nvim/lua/eden/mod/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ return {

local servers = {
bashls = {},
clangd = {},
rust_analyzer = {
settings = {
["rust-analyzer"] = {
Expand Down

0 comments on commit afc2f22

Please sign in to comment.