Open PrashanthaTP opened 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?
lsp-zero.nvim
For example In cpp file, neovim says it didn't find clangd in PATH
clangd
Added clangd exe path to PATH variable at the beginning of init.lua Fix(Lsp) Add Mason plugin bin path,clangd path to PATH
init.lua
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