PrashanthaTP / nvim-config

Configuration files for Neovim
0 stars 0 forks source link

Bug: Clangd not in path/installed #4

Open PrashanthaTP opened 1 year ago

PrashanthaTP commented 1 year ago

Currently formatters, lsp servers are being managed by lsp-zero.nvim plugin But it seems that the executables should be in path?

For example In cpp file, neovim says it didn't find clangd in PATH image

PrashanthaTP commented 1 year ago

Added clangd exe path to PATH variable at the beginning of init.lua Fix(Lsp) Add Mason plugin bin path,clangd path to PATH