summaryrefslogtreecommitdiff
path: root/plug-config/rnvimr.vim
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2021-03-14 15:10:28 -0400
committerGitHub <[email protected]>2021-03-14 15:10:28 -0400
commit0dc3c5030b778d5256cad5d9529e9ecf7fbfb233 (patch)
tree420e44f62d95d138eec36baa4d1bd5b6c9390ae6 /plug-config/rnvimr.vim
parentd002b0419a8621c5575c14119d0b8d9c4a7a44a0 (diff)
The Lua Journey Begins...
Diffstat (limited to 'plug-config/rnvimr.vim')
-rw-r--r--plug-config/rnvimr.vim25
1 files changed, 0 insertions, 25 deletions
diff --git a/plug-config/rnvimr.vim b/plug-config/rnvimr.vim
deleted file mode 100644
index 64eed471..00000000
--- a/plug-config/rnvimr.vim
+++ /dev/null
@@ -1,25 +0,0 @@
-" Make Ranger replace netrw and be the file explorer
-let g:rnvimr_ex_enable = 1
-
-let g:rnvimr_draw_border = 1
-
-" Make Ranger to be hidden after picking a file
-let g:rnvimr_pick_enable = 1
-
-" Make Neovim to wipe the buffers corresponding to the files deleted by Ranger
-let g:rnvimr_bw_enable = 1
-
-" nmap <leader>r :RnvimrToggle<CR>
-
-let g:rnvimr_ranger_cmd = 'ranger --cmd="set column_ratios 1,1"'
- " \ --cmd="set draw_borders separators"'
-
-" let g:rnvimr_layout = { 'relative': 'editor',
-" \ 'width': float2nr(round(0.6 * &columns)),
-" \ 'height': float2nr(round(0.6 * &lines)),
-" \ 'col': float2nr(round(0.2 * &columns)),
-" \ 'row': float2nr(round(0.2 * &lines)),
-" \ 'style': 'minimal' }
-
-let g:rnvimr_presets = [
- \ {'width': 0.800, 'height': 0.800}]