This website requires JavaScript.
Explore
Help
Register
Sign In
rob
/
lualine.nvim
Watch
1
Star
0
Fork
You've already forked lualine.nvim
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b76c410dba
lualine.nvim
/
lua
/
tests
/
minimal_init.lua
9 lines
106 B
Lua
Raw
Normal View
History
Unescape
Escape
testing (#127) * Add testing setup + CI * Add tests for components and utils funtions Co-authored-by: shadmansaleh <shadmansaleh3@gmail.com>
2021-05-05 18:04:16 +00:00
-- load lualine and plenary
chore: formated with stylua (#32) Apply initial stylua format Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-09-03 18:28:20 +00:00
vim.api
.
nvim_exec
(
[
[
testing (#127) * Add testing setup + CI * Add tests for components and utils funtions Co-authored-by: shadmansaleh <shadmansaleh3@gmail.com>
2021-05-05 18:04:16 +00:00
set
rtp
+=
.
set
rtp
+=
..
/
plenary.nvim
chore: formated with stylua (#32) Apply initial stylua format Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-09-03 18:28:20 +00:00
]
]
,
false
)