mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
4 lines
111 B
Lua
4 lines
111 B
Lua
-- bootstrap lazy.nvim, LazyVim and your plugin
|
|
vim.g.netrw_browsex_viewer = "xdg-open"
|
|
require("config.lazy")
|