Changed zshrc slightly, fixed Kitty font, added rls to Rust setup, fixed

vimrc for rls
This commit is contained in:
Anthony Cicchetti 2018-11-19 20:19:29 -05:00
parent 5317e046f5
commit 0f30ca6199
4 changed files with 7 additions and 3 deletions

View file

@ -10,7 +10,7 @@
# bold/italic/bold-italic variants. By default they are derived automatically,
# by the OSes font system. Setting them manually is useful for font families
# that have many weight variants like Book, Medium, Thick, etc. For example:
font_family Iosevka Custom Regular
font_family Iosevka Custom Medium
# bold_font Operator Mono Medium
# italic_font Operator Mono Book Italic
# bold_italic_font Operator Mono Medium Italic

View file

@ -24,3 +24,7 @@
args:
creates: ~/.cargo/bin/cargo-install-update
- name: Install rls
shell: ~/.cargo/bin/rustup component add rls-preview rust-analysis rust-src
args:
creates: ~/.cargo/bin/rls

View file

@ -66,7 +66,7 @@ endif
if executable('rls')
au User lsp_setup call lsp#register_server({
\ 'name': 'rls',
\ 'cmd': {server_info->['rustup', 'run', 'nightly', 'rls']},
\ 'cmd': {server_info->['rustup', 'run', 'stable', 'rls']},
\ 'whitelist': ['rust'],
\ })
endif

View file

@ -53,7 +53,7 @@ antigen apply
alias 'onedrive-journal'="journalctl --user-unit onedrive -f"
alias exa="exa -l --git"
eval $(thefuck --alias oops)
eval $($HOME/.anyenv/envs/pyenv/shims/thefuck --alias oops)
# pip 10.0.1 zsh completion start
function _pip_completion {
local words cword