Customize netrw to my linking

This commit is contained in:
2024-03-02 15:19:31 +00:00
parent ff5b0cff1f
commit 1e6bb57c4f
2 changed files with 31 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
require('settings')
require('mappings')
require('netrw')
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then