Skip to content

Repository files navigation

my dotfiles

Nvim

Shortcuts

Copilot

  • <Leader>aa - open copilot chat window
  • <c-s> - with copilot window open, request a response from copilot

Known Issues

  1. Copilot only completing one line - solution is to use a different version of node Github

Vim

Setup

  1. Make sure submodules are checked out after pull:

    git submodule init git submodule update

  2. Set up coc (https://github.com/neoclide/coc.nvim)

    cd .vim/bundle/coc.nvim

    yarn

To update already downloaded modules,

git submodule update --remote --merge

or, if that doesn't work:

git submodule foreach git reset --hard HEAD

git submodule foreach git checkout master

git submodule foreach git pull origin master

Reference

Cool Neovim Stuff

  • :Gitsigns - provides annotations like git blame

Renaming variable

  1. Place cursor over variable
  2. Press gd to go to function definition and highlight entire word
  3. Press cgn and type a new name for the variable
  4. Press . to repeat the change until all instances are renamed

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages