mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 09:35:26 +02:00
Enable netrw (#394)
* enable_netrw: source lv-globals before plugins and add nvim_tree_disable_netrw to lv-globals, otherwise netrw is never enabled. If netrw is not enabled, netrw-externapp functionality, things like gx and gf to follow http links do not work. * enable_netrw: add nvim_tree_disable_netrw to the lv-globals O object and set it in settings && source settings before plugins
This commit is contained in:
parent
d118833913
commit
e15522278a
4 changed files with 5 additions and 3 deletions
4
init.lua
4
init.lua
|
@ -1,8 +1,8 @@
|
|||
require('plugins')
|
||||
require('lv-globals')
|
||||
require('settings')
|
||||
require('plugins')
|
||||
require('lv-utils')
|
||||
require('lv-autocommands')
|
||||
require('settings')
|
||||
vim.cmd('luafile ~/.config/nvim/lv-settings.lua')
|
||||
require('keymappings')
|
||||
require('lv-nvimtree') -- This plugin must be required somewhere before colorscheme. Placing it after will break navigation keymappings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue