Adds git method
This commit is contained in:
parent
b7da3ade1c
commit
d34742c3bd
7 changed files with 87 additions and 10 deletions
|
|
@ -1,7 +1,3 @@
|
|||
if true then
|
||||
return {}
|
||||
end
|
||||
|
||||
return {
|
||||
"shortcuts/no-neck-pain.nvim",
|
||||
version = "*",
|
||||
|
|
@ -9,7 +5,6 @@ return {
|
|||
require("no-neck-pain").setup({
|
||||
width = 125,
|
||||
autocmds = {
|
||||
enableOnVimEnter = true,
|
||||
skipEnteringNoNeckPainBuffer = true,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue