chore(nvim): jq , conform and copilot changes

This commit is contained in:
Afonso Franco 2024-03-19 03:01:05 +00:00
parent c2e34df035
commit f8772ccc16
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
3 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,7 @@ require("conform").setup({
python = { "black" },
javascript = { "prettierd" },
markdown = { "mdformat" },
json = {"jq"}
},
format_on_save = {
lsp_fallback = true,

View file

@ -1,7 +1,7 @@
require('copilot').setup({
suggestion = {
enabled = true,
auto_trigger = false,
auto_trigger = true,
debounce = 75,
keymap = {
accept = "<C-h>",

View file

@ -265,4 +265,7 @@ lazy.setup({
--Vim be good
'ThePrimeagen/vim-be-good',
--JQ
'jrop/jq.nvim'
})