moved ftplugins, and fixed some plugins
This commit is contained in:
parent
3a09e91ad6
commit
8c56556c86
23 changed files with 578 additions and 244 deletions
|
|
@ -14,7 +14,8 @@ return {
|
|||
-- on_attach function executed when the plugin is attached to a buffer
|
||||
on_attach = function(bufnr)
|
||||
vim.keymap.set('n', '<leader>hp', require('gitsigns').preview_hunk, {
|
||||
buffer = bufnr, desc = 'Preview git hunk'
|
||||
buffer = bufnr,
|
||||
desc = 'Preview git hunk',
|
||||
})
|
||||
|
||||
-- Don't override built-in and fugitive keymaps
|
||||
|
|
@ -42,4 +43,3 @@ return {
|
|||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue