nvim conf 2021 | IDE's are slow | Waylon Walker

edit✏️


Slides 👇

welcome

Other possible titles

It's ok

Use a graphical IDE if it works for you.

Trick it out

vim is so well integrated into the terminal, take advantage

It wasn't working for me anymore

dozens of instances

As a team lead I bounce betweeen a dozen projects a per day

https://pbs.twimg.com/media/FAEmRjYUcAUk2eR?format=jpg&name=large

Move With Intent

Running vim inside tmux lets me move swiftly between the exact project I need.

https://twitter.com/_WaylonWalker/status/1438849269407047686/photo/1

Hub and Spoke

https://waylonwalker.com/tmux-nav-2021/#hub-and-spoke

Other Things That Make this Possible

vim adjacent things

yes, vim is ugly, make it yours

@rook

command! Q :q

@_waylonwalker

nnoremap <leader>6 <c-^>

lsp

lua vim.lsp.buf.definition()

treesitter

Plug 'nvim-treesitter/nvim-treesitter-textobjects'

telescope

fuzzy matching like a boss

fzf is ok too

Check Messages