disabled netrw, done for now
This commit is contained in:
parent
6c65a34977
commit
5bb0edbc01
3 changed files with 11 additions and 4 deletions
5
init.lua
5
init.lua
|
|
@ -1,5 +1,10 @@
|
|||
require 'sld'
|
||||
|
||||
-- disable netrw
|
||||
-- we are using neo tree, so we don't need it
|
||||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
|
||||
-- Set <space> as the leader key
|
||||
-- See `:help mapleader`
|
||||
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue