chore(nvim): jq , conform and copilot changes
This commit is contained in:
@@ -3,6 +3,7 @@ require("conform").setup({
|
|||||||
python = { "black" },
|
python = { "black" },
|
||||||
javascript = { "prettierd" },
|
javascript = { "prettierd" },
|
||||||
markdown = { "mdformat" },
|
markdown = { "mdformat" },
|
||||||
|
json = {"jq"}
|
||||||
},
|
},
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
lsp_fallback = true,
|
lsp_fallback = true,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require('copilot').setup({
|
require('copilot').setup({
|
||||||
suggestion = {
|
suggestion = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
auto_trigger = false,
|
auto_trigger = true,
|
||||||
debounce = 75,
|
debounce = 75,
|
||||||
keymap = {
|
keymap = {
|
||||||
accept = "<C-h>",
|
accept = "<C-h>",
|
||||||
|
|||||||
@@ -265,4 +265,7 @@ lazy.setup({
|
|||||||
|
|
||||||
--Vim be good
|
--Vim be good
|
||||||
'ThePrimeagen/vim-be-good',
|
'ThePrimeagen/vim-be-good',
|
||||||
|
|
||||||
|
--JQ
|
||||||
|
'jrop/jq.nvim'
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user