• Vim Script 66.3%
  • Lua 33.7%
Find a file
2026-05-02 02:42:44 +02:00
doc Add all 2026-05-02 01:53:23 +02:00
ftdetect Add all 2026-05-02 01:53:23 +02:00
ftplugin Add all 2026-05-02 01:53:23 +02:00
lua/moducpp Attempt to fix vim stuff 2026-05-02 02:38:56 +02:00
syntax Im not a commit message person but \+ and \+\+ arent compatible 2026-05-02 02:42:44 +02:00
README.md Add all 2026-05-02 01:53:23 +02:00

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!