|
You are here |
whynothugo.nl | ||
| | | | |
its.mw
|
|
| | | | | Shaving off critical seconds when changing the text format when writing Markdown. | |
| | | | |
ncona.com
|
|
| | | | | Ive known about neovim for a long time, but Ive never tried it out. My goal for this article is to try to replicate my current vim configuration: File explorer Grep Fuzzy file finder Syntax highlight .vimrc configuration If Neovim is as good as people say, I should be able to do that, and it should run faster. Installation Neovim is already packaged for most OS. Sadly, the version included in Ubuntu is too old for most plugins out there. For this reason, well have to build from source. Install prerequisi... | |
| | | | |
www.hillelwayne.com
|
|
| | | | | I like how easy it is to configure neovim. Last month I wanted a task runner for a very particular use-case that none of the available plugins handled. So I wrote my own. Show Code This is not good code. vim.g.global_task = {} function LoadTask(cmd, num, silent) local tmp = vim.g.global_task -- (a) if not num then num = vim.tbl_count(vim.g.global_task) + 1 end tmp[tonumber(num)] = cmd -- (a) vim. | |
| | | | |
blog.coffinsec.com
|
|
| | | While working on berry-sense and learning about network traffic analysis recently, I had the need for a dedicated device to use as an Ethernet bridge/tap for capturing traffic. This would give me a chance to test the Raspberry Pi's performance while performing traffic captures, as well as produce a usable device for performing simple captures. | ||