-
Would it make sense to add CITATION.cff to the built-in schemas? It would be nice to have a flag and a pre-commit check for it, currently it requires:
```bash
uvx check-jsonschema --schemafile htt…
-
Some time ago neovim switched to use `filetype.lua` by default. I'm guessing that's the reason that git commit message the filetype isn't yet set on `BufRead` and `BufReadPost`, but after `BufEnter`. …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
If I press Escape while in Normal mode, the current tab in bufferline moves one to the le…
-
### Problem
I'm trying to detect the filetype using `vim.filetype.match()` based on the `filename`. However, I've noticed that it fails to detect some filetypes when no buffer is specified.
### Step…
-
### Prerequisites
- [X] I am using the latest stable release of Neovim
- [X] I am using the latest version of the plugin
### Neovim Version
0.10.2
### Neorg setup
```lua
return {
"nvim-neorg/…
-
It appears that this portion:
```
vim.api.nvim_create_autocmd('BufReadPost', {
-- group = vim.g.user.event,
callback = function(args)
local valid_line = vim.fn.line([['"]]) >= 1 and vim…
jwir3 updated
2 weeks ago
-
Stemming from [Issue 55](https://github.com/OpenDataScotland/the_od_bods/issues/55).
Currently, filelinks are labelled by their filetype not their filename. This means on a single page a user may s…
-
Hard-coded
```C
#define GEANY_WORDCHARS "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
```
is used at many places in the code instead of the user-defined `wordchars` from the co…
-
I have some code that runs in markdowns under certain conditions, which require changing the filetype of certain markdown files to 'markdown.corpus'. It doesn't change anything about the syntax that s…
-
I would love the ability to sort different file types into different directories. If MegaSync can tell me what a file name is, why can't it sort the different file types into different directories?