mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
Fix neovim config for snippets and added user snippets
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
THIS_DIR=$(dirname $(readlink -f $0))
|
||||
|
||||
env PKG=lunarvim alacritty -e "$THIS_DIR/nvim-distro.sh" "$@" &
|
||||
export NVIM_APPNAME="lvim"
|
||||
export LUNARVIM_RUNTIME_DIR="$THIS_DIR/lunarvim/share/lvim"
|
||||
export LUNARVIM_CONFIG_DIR="$THIS_DIR/lunarvim/nvim"
|
||||
export LUNARVIM_CACHE_DIR="$THIS_DIR/lunarvim/cache"
|
||||
export LUNARVIM_BASE_DIR="$THIS_DIR/lunarvim/LunarVim"
|
||||
|
||||
exec -a "$NVIM_APPNAME" alacritty -e nvim -u "$LUNARVIM_BASE_DIR/init.lua" "$@" &
|
||||
|
||||
Reference in New Issue
Block a user