diff --git a/init.lua b/init.lua index 2aa243d..ee8378c 100644 --- a/init.lua +++ b/init.lua @@ -1,3 +1,6 @@ +-- Based on https://github.com/nvim-lua/kickstart.nvim +-- Inspiration from https://github.com/dam9000/kickstart-modular.nvim + -- Set as the leader key -- See `:help mapleader` -- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)