update jj and fish for modern
This commit is contained in:
parent
406f904367
commit
fc8a72ebaf
3 changed files with 19 additions and 18 deletions
|
|
@ -340,17 +340,17 @@ require('trouble').setup {
|
|||
jump = { "o", "<tab>" }, -- jump to the diagnostic or open / close folds
|
||||
--open_split = { "<c-x>" }, -- open buffer in new split
|
||||
--open_vsplit = { "<c-v>" }, -- open buffer in new vsplit
|
||||
open_tab = {}, -- open buffer in new tab
|
||||
jump_close = { "<cr>" }, -- jump to the diagnostic and close the list
|
||||
toggle_mode = "m", -- toggle between "workspace" and "document" diagnostics mode
|
||||
toggle_preview = "P", -- toggle auto_preview
|
||||
hover = "K", -- opens a small popup with the full multiline message
|
||||
preview = "p", -- preview the diagnostic location
|
||||
open_tab = {}, -- open buffer in new tab
|
||||
jump_close = { "<cr>" }, -- jump to the diagnostic and close the list
|
||||
toggle_mode = "m", -- toggle between "workspace" and "document" diagnostics mode
|
||||
toggle_preview = "P", -- toggle auto_preview
|
||||
hover = "K", -- opens a small popup with the full multiline message
|
||||
preview = "p", -- preview the diagnostic location
|
||||
close_folds = { "zM", "zm" }, -- close all folds
|
||||
open_folds = { "zR", "zr" }, -- open all folds
|
||||
open_folds = { "zR", "zr" }, -- open all folds
|
||||
toggle_fold = { "zA", "za" }, -- toggle fold of current file
|
||||
previous = "k", -- previous item
|
||||
next = "j" -- next item
|
||||
previous = "k", -- previous item
|
||||
next = "j" -- next item
|
||||
},
|
||||
}
|
||||
|
||||
|
|
@ -507,7 +507,7 @@ require 'nvim-treesitter.configs'.setup({
|
|||
playground = {
|
||||
enable = true,
|
||||
disable = {},
|
||||
updatetime = 25, -- Debounced time for highlighting nodes in the playground from source code
|
||||
updatetime = 25, -- Debounced time for highlighting nodes in the playground from source code
|
||||
persist_queries = false, -- Whether the query persists across vim sessions
|
||||
keybindings = {
|
||||
toggle_query_editor = 'o',
|
||||
|
|
@ -644,11 +644,11 @@ require("lualine_setup")
|
|||
--model = "gemma3:12b-it-qat",
|
||||
--init = nil,
|
||||
--})
|
||||
require("smear_cursor").setup({
|
||||
--stiffness = 0.8,
|
||||
--trailing_stiffness = 0.5,
|
||||
--distance_stop_animating= 0.5,
|
||||
})
|
||||
--require("smear_cursor").setup({
|
||||
--stiffness = 0.8,
|
||||
--trailing_stiffness = 0.5,
|
||||
--distance_stop_animating= 0.5,
|
||||
--})
|
||||
|
||||
require("parrot").setup({
|
||||
providers = {
|
||||
|
|
@ -670,7 +670,7 @@ require("parrot").setup({
|
|||
{{selection}}
|
||||
```
|
||||
|
||||
Goal: {{command}}
|
||||
Goal: {{command}}
|
||||
|
||||
Respond just with the snippet of code that should be inserted.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue