mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-24 19:23:53 +01:00
fix typo in nvim config
This commit is contained in:
parent
b26af6899a
commit
c29e65ba9c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
(vim.filetype.add {:extension {:cgt (fn [_path bufnr]
|
||||
(vim.filetype.add {:extension {:cgt (fn [path bufnr]
|
||||
(local trimmed (path:gsub :.cgt$ ""))
|
||||
(vim.filetype.match {:filename trimmed
|
||||
: bufnr}))
|
||||
|
|
Loading…
Reference in a new issue