When I annotate a string (eg. a neovim-plugin's config with /* lua */, I get proper syntax highlighting only for that string, but now in all of the rest of the file whenever I use gc<motion>, neovim adds -- rather than # in the rest of the file, i.e. the Lua comment-string rather than the Nix comment-string.
When I annotate a string (eg. a neovim-plugin's config with
/* lua */, I get proper syntax highlighting only for that string, but now in all of the rest of the file whenever I usegc<motion>, neovim adds--rather than#in the rest of the file, i.e. the Lua comment-string rather than the Nix comment-string.