WIP: Splitting init.lua in multiple files
Will split better other files to give the configuration a better readability
This commit is contained in:
parent
56b9114bf2
commit
8eeb1116d6
6 changed files with 832 additions and 807 deletions
8
lua/kickstart/globals.lua
Normal file
8
lua/kickstart/globals.lua
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue