fix: turn off cursorline which was accidentally enabled
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
return {
|
||||
'stevearc/oil.nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
dependencies = {
|
||||
-- 'echasnovski/mini.icons',
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
cmd = 'Oil',
|
||||
opts = {
|
||||
default_file_explorer = false,
|
||||
@@ -15,7 +18,7 @@ return {
|
||||
win_options = {
|
||||
wrap = false,
|
||||
signcolumn = 'yes',
|
||||
cursorcolumn = true,
|
||||
cursorcolumn = false,
|
||||
foldcolumn = '0',
|
||||
spell = false,
|
||||
list = false,
|
||||
@@ -87,4 +90,4 @@ return {
|
||||
border = 'rounded',
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user