mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
bqf
This commit is contained in:
parent
5a884a48c2
commit
3132ae3d98
3 changed files with 19 additions and 11 deletions
|
|
@ -25,6 +25,7 @@ with final.pkgs.lib; let
|
||||||
lazy-nvim
|
lazy-nvim
|
||||||
mini-nvim-git
|
mini-nvim-git
|
||||||
nightfox-nvim
|
nightfox-nvim
|
||||||
|
nvim-bqf
|
||||||
nvim-lint
|
nvim-lint
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
nvim-treesitter-context
|
nvim-treesitter-context
|
||||||
|
|
|
||||||
|
|
@ -19,12 +19,6 @@ return {
|
||||||
noremap = true,
|
noremap = true,
|
||||||
desc = 'Trouble diagnostics',
|
desc = 'Trouble diagnostics',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'<leader>nt',
|
|
||||||
'<cmd>Trouble qflist<CR>',
|
|
||||||
noremap = true,
|
|
||||||
desc = 'Trouble qflist',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -36,9 +36,7 @@ return {
|
||||||
{
|
{
|
||||||
'MeanderingProgrammer/render-markdown.nvim',
|
'MeanderingProgrammer/render-markdown.nvim',
|
||||||
event = 'VeryLazy',
|
event = 'VeryLazy',
|
||||||
opts = {
|
config = true,
|
||||||
file_types = { 'markdown' },
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'sindrets/diffview.nvim',
|
'sindrets/diffview.nvim',
|
||||||
|
|
@ -131,5 +129,20 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ 'ThePrimeagen/refactoring.nvim', event = 'VeryLazy', config = true },
|
{
|
||||||
|
'ThePrimeagen/refactoring.nvim',
|
||||||
|
event = 'VeryLazy',
|
||||||
|
config = true,
|
||||||
|
keys = {
|
||||||
|
{ '<leader>rv', '<cmd>Refactor inline_var<cr>dd', mode = { 'n', 'x' } },
|
||||||
|
{
|
||||||
|
'<leader>rr',
|
||||||
|
function()
|
||||||
|
require('refactoring').select_refactor { prefer_ex_cmd = true }
|
||||||
|
end,
|
||||||
|
mode = { 'n', 'x' },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ 'kevinhwang91/nvim-bqf', event = 'VeryLazy', config = true },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue