lasse16 / dotfiles

These are my dotfiles, including a basic setup and disable script.
2 stars 0 forks source link

Transition nvim to lua #23

Closed lasse16 closed 3 years ago

lasse16 commented 3 years ago

Start transitioning Nvim configuration to use lua. Switch the init.vim to init.lua.

Seperate settings and mappings into lua files, keep nim plugin configurations as vim script files.

Several statements are not yet ready for lua use, either due to my missing knowledge or the lua api not yet being ready.