82826ef661
* refactor: moved loading to new module * refactor: check_single_separator * refactor: simplified separator fixing * refactor: tests/ -> lua/tests/ * refactor: moved to nvim_err_writeln for errors * feat: moved config parsing to config.lua * feat: get config directly from config module * feat: added load_all function * tests: config parsing tests * added assert to luacheck globals
6 lines
100 B
Lua
6 lines
100 B
Lua
-- load lualine and plenary
|
|
vim.api.nvim_exec([[
|
|
set rtp+=.
|
|
set rtp+=../plenary.nvim
|
|
]], false)
|