Add base plugin
This commit is contained in:
11
lua/ranger/init.lua
Normal file
11
lua/ranger/init.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
RANGER_BUFFER = nil
|
||||
RANGER_LOADED = false
|
||||
vim.g.ranger_opened = 0
|
||||
vim.g.ranger_floating_window_winblend = 0
|
||||
vim.g.ranger_floating_window_scaling_factor = 0.9
|
||||
|
||||
local M = {}
|
||||
|
||||
function M.setup(options) require("ranger.commands").setup() end
|
||||
|
||||
return M
|
Reference in New Issue
Block a user