-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Lua guides
siduck76 edited this page Jul 27, 2021
·
4 revisions
Its highly recommended to have basic lua knowledge before using NvChad since it uses 95% + lua plugins and has lua configurations.
- Learn basic lua from https://learnxinyminutes.com/docs/lua/ and skip the 3.1 metatables.. section and inheritance section too.
- https://github.com/nanotee/nvim-lua-guide ( learn converting vimscript stuff in lua )