-
**Does this bug happen when you install plugin without vim-polyglot?**
No
**Describe the bug:**
TOML files should allow inline comments, but this is not shown by the syntax highlighter.
From…
-
**Does this bug happen when you install plugin without vim-polyglot?**
No, it's because polyglot bundles ftplugins that are included with vim.
Readme says:
> On top of all language packs from…
-
My application crashed on a special environment where all so native libraries can't work. Are they required or can graaljs run in interpreter mode without them?
```
[info] running chester.cli.Main…
-
If you are planning on implementing the ability to save PolyGlot files, we should discuss how this is to be done. Currently, the XML which saves data is generated by objects based on their contents. B…
-
### Describe the bug
When trigger "Format document" (alt+shift+f), VS Code prompts
> There is no formatter for 'polyglot-notebook' files installed."
![image](https://github.com/dotnet/interactive…
cthlo updated
2 weeks ago
-
`polyglot download LANG:en`
tellusererror POLYGLOT: main(): Can't open config file "polyglot.ini": No such file or directory
OR
`polyglot`
tellusererror POLYGLOT: pipex_open(): execvp(): ../nlp…
-
I am setting up neovim to have a custom filetype for files with a name `chaneglog.txt':
```lua
vim.filetype.add({
filename = {
['changelog.txt'] = 'factorio-changelog'
}
})
```
…
-
I've been trying to get it working for more time that I would like to admin and it is still not working, the documentation seems to be confusing and unclear.
I have a simple job to be done. I would…
-
When we use polyglot, if you set as "exclude_from_localizations: ["assets"]", but the asset folder also copy in the folder for another language.
(I'm setting "ja" as main lang and "en" as sub)
/as…
-
**Does this bug happen when you install plugin without vim-polyglot?**
N/A
**Describe the bug:**
When opening `go.mod` files, vim-polyglot sets the filetype as `modula2`
This is li…