Michele Montesi 8eeb1116d6 WIP: Splitting init.lua in multiple files
Will split better other files to give the configuration a better
readability
2024-07-25 15:47:47 +02:00

9 lines
301 B
Lua

-- 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 and selected in the terminal
vim.g.have_nerd_font = false