Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refactor the monolithic `lvim.lang` design into a more modular approach.
IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
|
|
|
|
|
|
|
|
* fix: set runtime directories correctly
This also simplifies the way to invoke LunarVim to just be:
`nvim -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua"`
Fixes #1352
* use libuv to get homedir path
|
|
have no idea
|
|
|
|
* feat: Add pre-commit hook for linting and formatting
* format with prettier
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The path used by default in install.sh is ~/.config/nvim
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|