Skip to content

Commit

Permalink
update vfiler config
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortArrow committed Apr 17, 2024
1 parent 4513e21 commit c6f3a18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nvim/lua/config/_vfiler.lua
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
local M = {}

M.setup = function()
local _vfiler = require('vfiler')
local _vfiler_action = require('vfiler/action')
local _vfiler_config = require('vfiler/config')
_vfiler_config.setup {
options = {
name = 'vfiler',
auto_cd = true,
auto_resize = true,
keep = true,
layout = 'left',
width = 30,
keep = false,
layout = 'floating',
columns = 'indent,devicons,name,git',
preview = {
layout = 'right',
Expand Down

0 comments on commit c6f3a18

Please sign in to comment.