Added ranger
Needs keymaps
This commit is contained in:
@@ -16,6 +16,7 @@ vim.o.winborder = "shadow"
|
||||
vim.o.clipboard = "unnamedplus"
|
||||
vim.o.completeopt = "menuone"
|
||||
-- vim.o.completeopt = "menuone,noinsert,noselect"
|
||||
|
||||
vim.o.cursorline = true
|
||||
vim.o.sessionoptions="blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
|
||||
vim.g.netrw_keepdir = 1
|
||||
@@ -24,6 +25,8 @@ vim.g.netrw_banner = 0
|
||||
vim.g.netrw_localcopydircmd = 'cp -avr'
|
||||
vim.g.netrw_liststyle = 3
|
||||
vim.g.netrw_browse_split = 4
|
||||
vim.g.ranger_map_keys = 0
|
||||
vim.g.ranger_replace_netrw = 1
|
||||
|
||||
vim.o.foldmethod = "expr"
|
||||
vim.o.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
|
||||
@@ -55,6 +55,7 @@ vim.pack.add({
|
||||
{ src = "https://github.com/luckasRanarison/nvim-devdocs" },
|
||||
{ src = "https://github.com/folke/noice.nvim" },
|
||||
{ src = "https://github.com/mbbill/undotree.git" },
|
||||
{ src = "https://github.com/francoiscabrol/ranger.vim" },
|
||||
})
|
||||
|
||||
if host == "xps13" then
|
||||
|
||||
Reference in New Issue
Block a user