set oil as default file explorer
This commit is contained in:
parent
b4551e1fe1
commit
8576a57f19
3
init.lua
3
init.lua
|
|
@ -149,12 +149,11 @@ rtp:prepend(lazypath)
|
||||||
-- To check the current status of your plugins, run
|
-- To check the current status of your plugins, run
|
||||||
-- :Lazy
|
-- :Lazy
|
||||||
require('lazy').setup({
|
require('lazy').setup({
|
||||||
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
|
|
||||||
|
|
||||||
{ -- File explorer that lets you edit your filesystem like a buffer
|
{ -- File explorer that lets you edit your filesystem like a buffer
|
||||||
'stevearc/oil.nvim',
|
'stevearc/oil.nvim',
|
||||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||||
opts = {
|
opts = {
|
||||||
|
default_file_explorer = true,
|
||||||
view_options = {
|
view_options = {
|
||||||
show_hidden = true,
|
show_hidden = true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue