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
|
||||
-- :Lazy
|
||||
require('lazy').setup({
|
||||
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
|
||||
|
||||
{ -- File explorer that lets you edit your filesystem like a buffer
|
||||
'stevearc/oil.nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
opts = {
|
||||
default_file_explorer = true,
|
||||
view_options = {
|
||||
show_hidden = true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue