You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I tried installing the C3 editor plugin for neovim by two methods.
Added config specified in the README into my neovim config. [Specified here: https://github.com/c3lang/editor-plugins/tree/main/neovim]
Added config specified under the lua section of the plugin. [Specified here: https://github.com/c3lang/editor-plugins/blob/main/neovim/lua/c3/init.lua]
Neovim was installed through nix-flakes on linux mint (ubuntu 20.04 LTS)
I am using the Lazy package manager and the package manager seems to pick up the config but not act in a favorable way after that i.e. i get no syntax highlighting. Neither can i access the treesitter grammar by entering the command :TSInstall c3
I do not have the c3-lsp installed yet as i do not think it necessary for having syntax highlighting.
Maybe i missed some step in getting the config set up correctly and would love to provide any additional information necessary.
Would really appreciate any help! Thanks!
The text was updated successfully, but these errors were encountered:
Hello everyone, I tried installing the C3 editor plugin for neovim by two methods.
My neovim version details:
Neovim was installed through nix-flakes on linux mint (ubuntu 20.04 LTS)
I am using the Lazy package manager and the package manager seems to pick up the config but not act in a favorable way after that i.e. i get no syntax highlighting. Neither can i access the treesitter grammar by entering the command :TSInstall c3
I do not have the c3-lsp installed yet as i do not think it necessary for having syntax highlighting.
Maybe i missed some step in getting the config set up correctly and would love to provide any additional information necessary.
Would really appreciate any help! Thanks!
The text was updated successfully, but these errors were encountered: