mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: refactor cmds into commands
This commit is contained in:
parent
1bdcd3386e
commit
7ae86384f6
14 changed files with 89 additions and 147 deletions
8
.config/nvim/plugin/ftdetect.lua
Normal file
8
.config/nvim/plugin/ftdetect.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
vim.filetype.add {
|
||||
extension = {
|
||||
[".*Caddyfile"] = "caddyfile",
|
||||
hledger = "ledger",
|
||||
pro = "projet",
|
||||
typ = "typst",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue