• EmergMemeHologram@startrek.website
    link
    fedilink
    arrow-up
    2
    ·
    8 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.

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

      Nice, sounds pretty cool. FZF is great, I need to try out some new things with it. Never got into snippets but I’m sure that speeds things up considerably, will think about it.

      Yeah separate config files is probably the best approach if you have a lot of things configured. I haven’t done that yet, but might try soon. My config has generally been pretty simple, mostly bindings and plugin settings. But I started developing in the TTY and had to shoehorn-in a conditional theme and such to get it to work properly, leaving it pretty unorganized.

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

      Haha, yeah