Skip to content

earlsioson/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

vim/neovim setup

  • install vim and neovim
  • install nerd font
  • copy .vim into $HOME
  • copy the nvim dir from .config into $HOME/.config
  • copy .vimrc file to $HOME

neovim lsp

  • install nodejs
  • ensure you have the requirements for nvim-treesitter
  • install treesitter
    npm install -g tree-sitter-cli neovim
    
  • create python venv for neovim
    python3 -m venv ~/.venv/nvim
    . ~/.venv/nvim/bin/activate
    pip install debugpy pynvim
    
  • change python paths in ~/.vimrc and ~/.config/nvim/after/plugin/dap.lua

telescope optional tools

initialize vim/neovim (ignore any warning about missing plugins etc)

  • launch vim
    :PlugInstall
    
  • launch nvim
    :PackerSync
    

tmux setup

  • install tpm
  • copy .tmux.conf to $HOME
  • launch tmux and install plugins
    <leader>I
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published