mirror of
https://github.com/harish2704/neovim-konsole.git
synced 2026-09-10 12:51:09 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
appRoot=$(dirname $(readlink -f $0) );
|
||||
|
||||
# Disable Ctrl-S
|
||||
stty stop '' -ixoff
|
||||
|
||||
# env VIMRUNTIME="$appRoot/runtime" "$appRoot/bin/nvim" $@
|
||||
env /usr/bin/nvim $@
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env sh
|
||||
python -m neovim.ui.cli $@
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
thisFile=$(readlink -f $0);
|
||||
appDir="$(dirname $thisFile)/..";
|
||||
|
||||
export COLORTERM=xterm-256color TERM=xterm-256color
|
||||
export INPUTRC="${appDir}/inputrc_nvim"
|
||||
export NVIM_TUI_ENABLE_TRUE_COLOR=1
|
||||
|
||||
# konsole --hide-tabbar --hide-menubar --profile nvim -e nvim $@
|
||||
# konsole --profile nvim
|
||||
Reference in New Issue
Block a user