A mirror of https://github.com/Mast3rM0ds/moducpp.nvim
- Vim Script 66.3%
- Lua 33.7%
| doc | ||
| ftdetect | ||
| ftplugin | ||
| lua/moducpp | ||
| syntax | ||
| README.md | ||
moducpp.nvim
Since Neovim is my favorite editor but EvilGarf only made a LSP for VSCode i just said "KILL YOUR SE-" and made this so yea its a LSP for ModuCPP just do something like
return {
"Mast3rM0ds/moducpp.nvim",
ft = "moducpp",
opts = {
executable = "/absolute/path/to/modularity",
},
config = function(_, opts)
require("moducpp").setup(opts)
end,
}
And replace that path or if your a psyco! just run :ModuCPPSelectExecutable for a more "interactive" way.
One way to rescan the workspace is to run :ModuCPPRescanWorkspace
Thats it!