feat(nvim): disable netrw
This commit is contained in:
parent
060cb3d7a8
commit
639f1a4eac
4 changed files with 40 additions and 8 deletions
|
|
@ -1,5 +1,28 @@
|
|||
vim.g.mapleader = ' '
|
||||
|
||||
vim.g.loaded_2html_plugin = true
|
||||
vim.g.loaded_bugreport = true
|
||||
vim.g.loaded_getscript = true
|
||||
vim.g.loaded_getscriptPlugin = true
|
||||
vim.g.loaded_gzip = true
|
||||
vim.g.loaded_logipat = true
|
||||
vim.g.loaded_netrw = true
|
||||
vim.g.loaded_netrwFileHandlers = true
|
||||
vim.g.loaded_netrwPlugin = true
|
||||
vim.g.loaded_netrwSettings = true
|
||||
vim.g.loaded_optwin = true
|
||||
vim.g.loaded_rplugin = true
|
||||
vim.g.loaded_rrhelper = true
|
||||
vim.g.loaded_synmenu = true
|
||||
vim.g.loaded_tar = true
|
||||
vim.g.loaded_tarPlugin = true
|
||||
vim.g.loaded_tohtml = true
|
||||
vim.g.loaded_tutor = true
|
||||
vim.g.loaded_vimball = true
|
||||
vim.g.loaded_vimballPlugin = true
|
||||
vim.g.loaded_zip = true
|
||||
vim.g.loaded_zipPlugin = true
|
||||
|
||||
vim.g.lz_n = {
|
||||
load = function(name)
|
||||
vim.cmd.packadd((name:match('[^/]+$') or name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue