Vim

Configuring Neovim With Lua (It’s Easy!)

DistroTube (30.07.2022)

Although I’m mostly an Emacs user these days, viewers of the channel have been asking me to do more videos about Neovim, especially how to configure Neovim using Lua. So a few days ago, I decided to convert my existing Neovim config (init.vim) over to Lua (init.lua). And it was dead simple to do this!

REFERENCED:
https://gitlab.com/dwt1/dotfiles/-/blob/master/.config/nvim/init.lua – DT’s init.lua
https://github.com/numToStr/dotfiles/tree/master/neovim/.config/nvim/ – The configs I copied from
https://github.com/wbthomason/packer.nvim – Packer
https://github.com/nvim-lualine/lualine.nvim – LuaLine

To top