split out vim config

This commit is contained in:
Tim Redband 2024-04-05 11:33:43 -04:00
parent 3224136dab
commit e0a1ba6ad9
6 changed files with 168 additions and 136 deletions

View 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