-
### Requested feature
Option to set default filetype icon which is displayed if the opened file has no filetype icon
### Motivation
Ensures consistency, all files get icons.
-
### Discussed in https://github.com/neovim/neovim/discussions/31300
Originally posted by **avidseeker** November 22, 2024
In Vim, `:set ft` returns the expected `markdown`
```
$ echo test | xz -c …
-
### Check for existing issues
- [X] Completed
### Describe the feature
To do the syntax highlighting like I prefer it in python , I have to set `editor.forground` color.
See
![image](http…
-
after creating file do `:set filetype=filetype_details[choice]` and ...
## Draft
```lua
-- config
{
-- ...
manual_selector_text = "MANUAL_INPUT",
-- If it really matter to make defau…
-
## Result from CocInfo
## versions
vim version: NVIM v0.11.0-dev
node version: v22.9.0
coc.nvim version: 0.0.82-aacbbcad 2024-11-23 13:34:02 +0800
coc.nvim directory: /home/joeri/.local/share…
-
Once #334 and #350 are completed, we'll have migrated to the hierarchical chunker and have a list of filetypes we support defined somewhere in code.
Docling V2 adds support for html, docx, and pptx…
-
The filetype_extensions.conf on my system (Debian 12) as well as the one in the repository do not bind header files to the C file type and I stumbled over this because my snippets were not working som…
-
-
I'm using Arch Linux's `vim-runtime 9.1.0707-1` package and noticed that Verilog syntax highlighting stopped working. I found that editing this line:
https://github.com/vim/vim/blob/f21d28a5c72987d…
ZakSN updated
2 months ago
-
Currently filetypes are either built-in or custom.
Built in: physically compiled into Geany, lexer if used, parser if used, added to a number of other functions throughout Geany for example `highli…