- Currently using Neovim >= 0.9.4 and generally Neovide >=
0.12.1HEAD
- lushy-blues, my attempt to update the brookstream colorscheme I've been using forever to bring it up to date with all the stuff that's happened in the alst 20+ years.
Issues with pyright vs pyenv are basically that pyright does not automagically know when I'm in a project using a venv so it's unable to resolve imports, etc.
- Using pyenv-pyright to generate
a
pyrightconifg.json
config has mostly worked to resovle this issue.
Copy/Paste is still a mixed bag, and I think part of this is simply a different experience on macos vs linux since I'm doing this lua setup from a mac now, but for some reason it's not working in neovide? but does in kitty (terminal)? Oh, also sometimes pasting in neovide translates newlines into ye ol dos/win carriage returns ( ; what the heck?)
- neovide/neovide#1220 this definitely helps, there's still some weirdness
heh, neovide does this odd thing when I copy/paste through barrier from a linux machine where it seems to add dos-style carriage returns, NOT SURE WHY.. fileformat is always unix.. so I'm not sure how this is happening
- https://github.com/neovide/neovide/blob/a28d72a284882d713fbc291ce9fe164e608e5b0f/src/bridge/handler.rs#L39-L57
- https://github.com/neovide/neovide/blob/a28d72a284882d713fbc291ce9fe164e608e5b0f/src/bridge/clipboard.rs#L11-L16
-
Not getting syntax hightlighted diffs when committing
-
Try and improve the terragrunt experience.. The main issue is it being treated as terraform but it's not really terraform so there's generally a lot of diagnostic about errors that aren't really applicable. Maybe the simple thing to do is detect when we're grunting and disable diagnostics.
In no particular order, these are some of the other next things I maybe definitely intend to maybe do..
- Inline test integration: https://www.youtube.com/watch?v=cf72gMBrsI0
- Telescope-ish Zettlekasten https://github.com/renerocksai/telekasten.nvim
- Telescope extensions
- https://github.com/pwntester/octo.nvim - edit/review GH issues/prs from nvim
- https://github.com/softinio/scaladex.nvim - import/open packages from scaladex scala package index
- https://github.com/nvim-telescope/telescope-github.nvim - GH integration with Telescope
- https://github.com/ANGkeith/telescope-terraform-doc.nvim - Telescope ext to browse terraform docs
- https://github.com/anuvyklack/windows.nvim - auto-resize windows
- https://github.com/napisani/nvim-github-codesearch
- Some SQL love..
- Flip-flopper to switch between development/production/etc files in terragrunt repos or similar repos that use sensible directory/naming conventionss like test vs code being in mirrored paths.. which lends toward being able to predicat the expected relative location for related files that can be created/and-or switched between. Use to have something like this a long time ago and miss it dearly.
- Markdown previews, https://github.com/iamcco/markdown-preview.nvim is the one I've used most
- https://github.com/jbyuki/venn.nvim - helper for drawing ascii diagrams
- Some Jupyterness..?