mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
Update from lat
This commit is contained in:
@@ -22,7 +22,7 @@ lvim.format_on_save = {
|
||||
lvim.leader = "space"
|
||||
-- add your own keymapping
|
||||
lvim.keys.normal_mode["<C-s>"] = ":w<cr>"
|
||||
lvim.keys.normal_mode['<C-p>'] = ":Telescope find_files<CR>"
|
||||
lvim.keys.normal_mode['<C-p>'] = ":Telescope fd<CR>"
|
||||
|
||||
-- lvim.keys.normal_mode["<S-l>"] = ":BufferLineCycleNext<CR>"
|
||||
-- lvim.keys.normal_mode["<S-h>"] = ":BufferLineCyclePrev<CR>"
|
||||
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
THIS_DIR=$(dirname $(readlink -f $0))
|
||||
|
||||
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"
|
||||
|
||||
nvim -u "$LUNARVIM_BASE_DIR/init.lua" "$@"
|
||||
Reference in New Issue
Block a user