mirror of
https://github.com/zoriya/flake.git
synced 2026-06-01 10:15:45 +00:00
Add .json.model fs extension
This commit is contained in:
@@ -161,6 +161,14 @@ vim.api.nvim_create_autocmd("FileType", {
|
||||
end,
|
||||
})
|
||||
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
-- appsettings.json.model at work
|
||||
model = 'json',
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
vim.cmd.colorscheme("catppuccin")
|
||||
|
||||
if vim.g.have_nerd_font then
|
||||
|
||||
Reference in New Issue
Block a user