add-plugin: oil-git-status.nvim
This commit is contained in:
parent
97ef9a59db
commit
cd661a6573
|
|
@ -0,0 +1,9 @@
|
||||||
|
return {
|
||||||
|
'refractalize/oil-git-status.nvim',
|
||||||
|
|
||||||
|
dependencies = {
|
||||||
|
'stevearc/oil.nvim',
|
||||||
|
},
|
||||||
|
|
||||||
|
config = true,
|
||||||
|
}
|
||||||
|
|
@ -58,7 +58,7 @@ return {
|
||||||
-- Window-local options to use for oil buffers
|
-- Window-local options to use for oil buffers
|
||||||
win_options = {
|
win_options = {
|
||||||
wrap = false,
|
wrap = false,
|
||||||
signcolumn = 'no',
|
signcolumn = 'yes:2',
|
||||||
cursorcolumn = false,
|
cursorcolumn = false,
|
||||||
foldcolumn = '0',
|
foldcolumn = '0',
|
||||||
spell = false,
|
spell = false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue