kreedz

Results 4 issues of kreedz

Based on my attempt to run emacs with the same configuration on Linux and Windows I assume it doesn't support Windows, so can I ask you to add that feature?...

init.vim: ```vim call plug#begin('~/.local/share/nvim/plugged') Plug 'leafgarland/typescript-vim' call plug#end() ``` How it looks: ![1203-vim-typescript-hi-problem](https://user-images.githubusercontent.com/2128965/37284441-59e0ce2e-261d-11e8-91c3-b5f3a1a615d3.png)

I've noticed that ${fpath} starts to repeat (equal to the number of sourcing) the paths that mentioned in the ~/.zgen/init.zsh. It's normal? ~/.zgen/init.zsh.: ``` # ### Plugins & Completions fpath=(/home/kreedz/.zgen/zsh-users/zsh-autosuggestions-develop...

``` kreedz@debian:~% export TERM=screen-256color export% kreedz@debian:~% echo $TERM echoscreen-256color kreedz@debian:~% cd cd% kreedz@debian:~% pwd pwd/home/kreedz kreedz@debian:~% export TERM=xterm-256color export% kreedz@debian:~% cd kreedz@debian:~% pwd /home/kreedz ``` .zshrc: ``` source ~/.zgen/zgen.zsh if...