Skip to content

andrewvenson/configgy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configs and machine setup

  • Install neovim
  • Install ripgrep
  • Install ohmyzsh
  • Install tmux
  • Install i3
  • Make sure you have your .nvim configuration sourcing .vimrc
    • In ~/.config/nvim/init.vim add the following:
      set runtimepath^=~/.vim runtimepath =~/.vim/after
      let &packpath = &runtimepath
      source ~/.vimrc
      
  • Add format on save to CocConfig
    • While in vim normal mode:
      • Run :CocConfig and add the following to the file that opens:
        {
            "coc.preferences.formatOnSave": true
        }
        
  • Install Plugins
    • While in vim normal mode:
      • Run :PlugInstall
      • Run
      :CocInstall coc-pyright coc-jedi coc-prettier coc-eslint coc-tslint-plugin coc-tslint coc-tsserver coc-json coc-javascript coc-vimlsp
      

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published