Change leader to <space>

This commit is contained in:
Edward Litherland-Smith 2022-09-23 19:08:18 +01:00
parent 482b3c2632
commit 26003661da
2 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,3 @@
-- Disable netrw
vim.g.loaded = 1
vim.g.loaded_netrwPlugin = 1
-- lualine config
require('lualine').setup{
options = {

View file

@ -44,6 +44,10 @@ Plug 'phaazon/hop.nvim'
" Initialize plugin system
call plug#end()
let g:mapleader=" "
let g:loaded = 1
let g:loaded_netrwPlugin = 1
set updatetime=500
set mouse=nv
let g:python3_host_prog = '~/.pyenv/versions/neovim3/bin/python'
@ -61,7 +65,6 @@ endif
colorscheme onehalfdark
set cursorline
let mapleader="\\"
set number
set relativenumber