many changes
This commit is contained in:
parent
e2add63337
commit
386b70314d
29 changed files with 1840 additions and 423 deletions
|
|
@ -41,5 +41,14 @@ lspc.yamlls.setup({
|
|||
},
|
||||
});
|
||||
|
||||
-- autoformat json files with jq
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = "json",
|
||||
callback = function(ev)
|
||||
vim.bo[ev.buf].formatprg = “jq”
|
||||
print("It's a json file")
|
||||
end,
|
||||
})
|
||||
|
||||
|
||||
-- lspc.intelephense.setup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue