aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/settings.lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-28 16:19:14 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-28 16:19:32 +0200
commitffbab12f95793cdc29ab7a5eafd7932a7f325131 (patch)
tree08257739d2d2dba24b3a408336c7923b9e3a877a /lua/pml68/settings.lua
parentfeat: remove UndoTree and fugitive.vim plugins (diff)
downloadnvim-ffbab12f95793cdc29ab7a5eafd7932a7f325131.tar.gz
feat: switch from netrw to oil.nvim
Diffstat (limited to 'lua/pml68/settings.lua')
-rw-r--r--lua/pml68/settings.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/pml68/settings.lua b/lua/pml68/settings.lua
index 6b71b1f..f244a8f 100644
--- a/lua/pml68/settings.lua
+++ b/lua/pml68/settings.lua
@@ -21,10 +21,6 @@ vim.o.clipboard = "unnamedplus"
vim.opt.whichwrap:append "<>[]hl"
-vim.g.netrw_browse_split = 0
-vim.g.netrw_banner = 0
-vim.g.netrw_winsize = 25
-
vim.o.foldmethod = "expr"
vim.o.foldexpr = "v:lua.vim.treesitter.foldexpr()"