WIP: Splitting init.lua in multiple files

Will split better other files to give the configuration a better
readability
This commit is contained in:
Michele Montesi 2024-07-25 15:47:47 +02:00
parent 56b9114bf2
commit 8eeb1116d6
6 changed files with 832 additions and 807 deletions

View file

@ -0,0 +1,8 @@
-- 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