Add more complex user setup for eliribble
Includes fish functions and neovim via nix
This commit is contained in:
parent
0c8fea347a
commit
c022445849
13 changed files with 153 additions and 20 deletions
|
|
@ -0,0 +1,5 @@
|
|||
function refresh_tmux_vars --on-event="fish_preexec"
|
||||
if set -q TMUX
|
||||
tmux showenv -s | string replace -rf '^((?:SSH|DISPLAY).*?)=(".*?"); export.*' 'set -gx $1 $2' | source
|
||||
end
|
||||
end
|
||||
9
configs/users/eliribble/nvim/after/ftplugin/nix.vim
Normal file
9
configs/users/eliribble/nvim/after/ftplugin/nix.vim
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
set indentexpr=
|
||||
set noautoindent
|
||||
set nocindent
|
||||
set noexpandtab
|
||||
set nosmartindent
|
||||
set nosmarttab
|
||||
set nu
|
||||
set tabstop=4
|
||||
filetype indent off
|
||||
9
configs/users/eliribble/nvim/after/ftplugin/python.vim
Normal file
9
configs/users/eliribble/nvim/after/ftplugin/python.vim
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
set indentexpr=
|
||||
set noautoindent
|
||||
set nocindent
|
||||
set noexpandtab
|
||||
set nosmartindent
|
||||
set nosmarttab
|
||||
set nu
|
||||
set tabstop=4
|
||||
filetype indent off
|
||||
2
configs/users/eliribble/nvim/init.vim
Normal file
2
configs/users/eliribble/nvim/init.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
colorscheme koehler
|
||||
set nu
|
||||
Loading…
Add table
Add a link
Reference in a new issue