tsuquyomi
tsuquyomi copied to clipboard
TsuStatusServer always returns dead
Hello! I am trying to get omnicompletion working and I am running into a lot of issues. When I try to turn on omnicompletion using the commands in the readme, I get the following:
-- Omni completion (^O^N^P) Pattern not found
I also noticed that the output of :TsuStatusServer is always dead, even after I have tried to run :TsuStartServer. Any ideas are appreciated. I installed tsuquyomi via pathogen and here is the output of vim --version. Thanks!
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jul 26 2017 19:10:24)
Included patches: 1-503, 505-642
Compiled by [email protected]
Normal version without GUI. Features included (+) or not (-):
+acl +file_in_path -mouse_sgr +tag_old_static
-arabic +find_in_path -mouse_sysmouse -tag_any_white
+autocmd +float -mouse_urxvt -tcl
-balloon_eval +folding +mouse_xterm -termguicolors
-browse -footer +multi_byte +terminfo
+builtin_terms +fork() +multi_lang +termresponse
+byte_offset -gettext -mzscheme +textobjects
+channel -hangul_input +netbeans_intg +timers
+cindent +iconv +num64 +title
-clientserver +insert_expand +packages -toolbar
-clipboard +job +path_extra +user_commands
+cmdline_compl +jumplist -perl +vertsplit
+cmdline_hist -keymap +persistent_undo +virtualedit
+cmdline_info +lambda +postscript +visual
+comments -langmap +printer +visualextra
-conceal +libcall -profile +viminfo
+cryptv +linebreak +python/dyn +vreplace
+cscope +lispindent -python3 +wildignore
+cursorbind +listcmds +quickfix +wildmenu
+cursorshape +localmap +reltime +windows
+dialog_con -lua -rightleft +writebackup
+diff +menu +ruby/dyn -X11
+digraphs +mksession +scrollbind -xfontset
-dnd +modify_fname +signs -xim
-ebcdic +mouse +smartindent -xpm
-emacs_tags -mouseshape +startuptime -xsmp
+eval -mouse_dec +statusline -xterm_clipboard
+ex_extra -mouse_gpm -sun_workshop -xterm_save
+extra_search -mouse_jsbterm +syntax
-farsi -mouse_netterm +tag_binary
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
2nd user vimrc file: "~/.vim/vimrc"
user exrc file: "$HOME/.exrc"
defaults file: "$VIMRUNTIME/defaults.vim"
fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: gcc -L/usr/local/lib -o vim -lm -lncurses -liconv -framework Cocoa
also, none of the other commands like :TsuDefinition are working either.
This ended up fixing my issue. https://github.com/Quramy/tsuquyomi/issues/223
Thanks @ecdemis123 #223 also worked for me: let g:tsuquyomi_use_local_typescript = 0