The idea of this repo is for me to make a valuable commit to my personal growth and future (ideally) every day.
- vim motions:
- vimtutor (legend says my stepsis is still stuck on this step)
- theprimeagen's playlist
- everyday practice (this file was created and edited in vim btw)
- config:
- figure the shit out of
asm-lsp
:- Issue: filetype detected but
0 client(s) attached to this buffer
&root directory not found
(link to identical issue) - Clue: can be fixed with
git init
(awful) - Explanation (source):
root_dir = util.find_git_ancestor
(it's noticeable that other lsp servers have different implementations) - Fix (link):
lspconfig.asm_lsp.setup({ root_dir = require('lspconfig.util').root_pattern('.asm-lsp.toml', '.git', '*.asm', '*.s', '*.S') })
- Issue: filetype detected but
- Assembly
- Intro to x86 Assembly
- understand every second of this video