chore: More vimscript to lua migration stuff

This commit is contained in:
Ahmad Ansori Palembani 2024-04-17 08:57:51 +07:00
parent 6579ade92d
commit ca2cb0fb11
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
7 changed files with 39 additions and 4 deletions

View file

@ -1,4 +1,28 @@
--========================================--
-- ::-----------------------: --
-- .--------------------------: --
-- :---------------:--------: --
-- :------. --
-- :------. --
-- .------: .::: --
-- ------: :----- --
-- :------. -----. --
-- .------: ... --
-- .------: .::. --
-- :------. :----: --
-- .------. :------. --
-- .------: .------. --
-- .------: .------: --
-- :-------:::::::::::------. --
-- :-----------------------: --
-- .---------------------: --
--========================================--
-- null2264's NeoVim Config --
--========================================--
require("null")
-- 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')
vim.cmd("source ~/.config/vim/vim_nix")
vim.cmd("source ~/.config/vim/vim_uni")
vim.cmd("source ~/.config/vim/vim_plug")