little tweaks, neovim lsp
This commit is contained in:
parent
a7e35b5db6
commit
6225a0b19b
8 changed files with 49 additions and 119 deletions
|
|
@ -19,7 +19,11 @@
|
|||
set -gx EDITOR "nvim"
|
||||
set -gx VISUAL "nvim"
|
||||
|
||||
function fish_greeting; end
|
||||
function fish_greeting;
|
||||
echo (set_color magenta)fish $version(set_color normal)
|
||||
end
|
||||
|
||||
fzf --fish | source
|
||||
|
||||
function startrloft --description 'Starts R with custom environment'
|
||||
set -lx R_ENVIRON_USER "~/.config/rloft/RLoft_environ"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue