Added references to existing configs
This commit is contained in:
parent
c6a1fbd32d
commit
7fe070a717
1 changed files with 9 additions and 2 deletions
11
init.lua
11
init.lua
|
@ -1,5 +1,12 @@
|
|||
-- Based on https://github.com/nvim-lua/kickstart.nvim
|
||||
-- Inspiration from https://github.com/dam9000/kickstart-modular.nvim
|
||||
-- Based on https://github.com/nvim-lua/kickstart.nvim (MIT)
|
||||
-- Inspiration from https://github.com/dam9000/kickstart-modular.nvim (MIT)
|
||||
|
||||
-- For reference:
|
||||
-- https://github.com/LazyVim/LazyVim - Apache-2.0
|
||||
-- https://github.com/SpaceVim/SpaceVim - GPL-3.0
|
||||
-- https://github.com/NvChad/NvChad - GPL-3.0
|
||||
-- https://github.com/AstroNvim/AstroNvim GPL-3.0
|
||||
-- https://github.com/LunarVim/LunarVim - GPL-3.0
|
||||
|
||||
-- Set <space> as the leader key
|
||||
-- See `:help mapleader`
|
||||
|
|
Loading…
Reference in a new issue