mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
mini tweaks
This commit is contained in:
parent
fb7e0a930a
commit
8feb221d41
4 changed files with 58 additions and 52 deletions
|
|
@ -37,7 +37,7 @@ return {
|
|||
'MeanderingProgrammer/render-markdown.nvim',
|
||||
event = 'VeryLazy',
|
||||
opts = {
|
||||
ft = { 'markdown', 'codecompanion ' },
|
||||
ft = { 'markdown', 'codecompanion' },
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -68,6 +68,13 @@ return {
|
|||
},
|
||||
keys = {
|
||||
{ '<leader>nb', vim.cmd.DiffviewOpen, noremap = true, desc = 'diffview open' },
|
||||
{
|
||||
'<leader>nh',
|
||||
vim.cmd.DiffviewFileHistory,
|
||||
mode = { 'n', 'v' },
|
||||
noremap = true,
|
||||
desc = 'diffview history',
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -100,6 +107,8 @@ return {
|
|||
'mini',
|
||||
'treesitter',
|
||||
'neogit',
|
||||
'native_lsp',
|
||||
'diagnostic',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue