📝 Updated nvim, added sample TEST_README.md
This commit is contained in:
parent
7f6fce9389
commit
e1f2139f9e
4 changed files with 69 additions and 2 deletions
|
|
@ -14,6 +14,9 @@ add notation about using pick to parse through output, and pipe that using xargs
|
|||
example:
|
||||
ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick)
|
||||
|
||||
for now, occassionally study and implement trivial C programs that demonstrate these algorithms:
|
||||
|
||||
https://medium.com/techie-delight/top-25-algorithms-every-programmer-should-know-373246b4881b
|
||||
|
||||
neovim markdown-preview fix:
|
||||
|
||||
:call mkdp#util#install()
|
||||
:TSUpdate all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue