split out vim config
This commit is contained in:
parent
3224136dab
commit
e0a1ba6ad9
6 changed files with 168 additions and 136 deletions
10
lua/custom/config/global.lua
Normal file
10
lua/custom/config/global.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
-- Set <space> as the leader key
|
||||
-- See `:help mapleader`
|
||||
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
|
||||
vim.g.mapleader = ' '
|
||||
vim.g.maplocalleader = ' '
|
||||
|
||||
-- Set to true if you have a Nerd Font installed
|
||||
vim.g.have_nerd_font = false
|
||||
|
||||
vim.g.editorconfig = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue