chore: Initial LUA migration

This commit is contained in:
Ahmad Ansori Palembani 2024-04-14 08:28:30 +07:00
parent a43c472e54
commit 6579ade92d
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 5 additions and 1 deletions

4
.config/nvim/init.lua Normal file
View file

@ -0,0 +1,4 @@
-- FIXME: Turn all these to LUA
vim.cmd('source ~/.config/vim/vim_nix')
vim.cmd('source ~/.config/vim/vim_uni')
vim.cmd('source ~/.config/vim/vim_plug')