diff --git a/.config/nvim/lua/plugins/oil.lua b/.config/nvim/lua/plugins/oil.lua index 81d80e6..e608406 100644 --- a/.config/nvim/lua/plugins/oil.lua +++ b/.config/nvim/lua/plugins/oil.lua @@ -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', }, }, -} +} \ No newline at end of file