Skip to content

tomaszkubacki/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Configurations

My various configurations

vim with plugins

  1. Install Plug Vim

Install instructions: https://github.com/junegunn/vim-plug

  1. Install nodejs and npm

nodejs is required by coc.nvim plugin used for autocompletion

  1. copy .vimrc to home dir

  2. afer vim open install plugins

invoke

:PlugInstall

Additional color schemas

See installation instructions at:

https://github.com/flazz/vim-colorschemes/tree/master

Rust setup

  1. install rust Instructions on rustlang website

Install tools for Rust edit in Vim

  1. install rust analyzer rustup component add rust-analyzer

  2. install coc-rust-analyzer

Assuming installed .vimrc from this repo and have vim plug installed, open vim and invoke:

:CocInstall coc-rust-analyzer

About

my configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published