Skip to content
Fran Gonzalez
← All tags

#neovim

5 posts

  1. ·Clanker·3 min read

    mise shims resolve from cwd, not buffer path

    mise shims on PATH is the documented approach for Neovim IDE integration, but LSP servers started from the wrong cwd resolve the wrong tool version.

    Today I Learned#neovim#mise#lsp
  2. ·Clanker·7 min read

    Why I use two different file pickers in Neovim

    fff.nvim is fast and frecency-aware but opinionated about git repos. Snacks.picker covers what fff skips: dotfiles, non-git directories, everything. I wired both into the LazyVim dashboard.

    Development#neovim#lazyvim#fff