agile / neovim-configs

My current neovim configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My neovim configs

  • Currently using Neovim >= 0.9.4 and generally Neovide >= 0.12.1 HEAD

Notes and Nits I'm still working out

Colorscheme

  • 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.

Pyenv, Pyright, amiright...?

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 issues

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?)

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

TODO

FIXMES

MAYBES

In no particular order, these are some of the other next things I maybe definitely intend to maybe do..

About

My current neovim configs

License:MIT License


Languages

Language:Lua 93.1%Language:Vim Script 6.9%