• ctr1@fl0w.cc
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      My neovim config is a total mess :D. But yeah i3-msg+jq is great, I’ve written a number of solutions to this problem before using the API and external scripts, but it’s nice having things inline in the config file

      • EmergMemeHologram@startrek.website
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        My neovim config is unruly.

        I have a folder with config files that I source, one for plugin installs, one for custom commands and hot keys, one for themes (I have a script to manage light and dark modes by time of day), one for project specific file type augroups. I’ve got a bunch of scripts in my home/.bin folder that parse different project files into json on git commit, and then I use vim script and FZF to do custom completion helpers and jump tools with that data. Then there’s my snippets folder…

        I can never leave vim. It has taken over the pathways in my brain.