Skip to content

Commit

Permalink
update: init.fnl,
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassin01 committed Sep 15, 2024
1 parent 6e0d025 commit e4a35b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fnl/core/au/init.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,12 @@
)
:pattern [:*.scm]
:group pattern})
(create_autocmd
[:BufRead :BufNewFile]
{:callback (λ []
(vim.cmd "setlocal filetype=json"))
:pattern [:*.json.golden]
:group pattern})
;; }}}

(when (vim.fn.has :mac)
Expand Down

0 comments on commit e4a35b5

Please sign in to comment.