mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 19:34:40 +02:00
LunarVim
This commit is contained in:
parent
1853b4f2aa
commit
2cd8c6a21c
53 changed files with 331 additions and 712 deletions
6
lua/lv-rnvimr/init.lua
Normal file
6
lua/lv-rnvimr/init.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
-- Make Ranger replace netrw and be the file explorer
|
||||
vim.g.rnvimr_ex_enable = 1
|
||||
vim.g.rnvimr_draw_border = 1
|
||||
vim.g.rnvimr_pick_enable = 1
|
||||
vim.g.rnvimr_bw_enable = 1
|
||||
vim.api.nvim_set_keymap('n', '-', ':RnvimrToggle<CR>', {noremap = true, silent = true})
|
Loading…
Add table
Add a link
Reference in a new issue