Skip to content

eric-barch/dots

Repository files navigation

dots

My dotfiles.

Setup

git clone https://github.com/eric-barch/dots.git ~/.dots
cd ~/.dots
make setup

Issues

  1. vim.lsp.util.jump_to_location is deprecated. Run ":checkhealth vim.deprecated" for more information.
  2. When you open a new buffer by jumping using language server linking, can end up in the wrong spot if file was open before because of how I've implemented remebering the last place in the file.
  3. Folds behave weirdly in some cases. When I was working on the scheme shell script, when I would paste in a function, the function and all its inner blocks would be automatically folded.
  4. Code Companion is not actually connected to an LLM API anymore lol.
  5. Collapsing an ordered list item at root level causes the whole section under that header to collapse. I want it to only collapse the ordered item.
  6. In my shell, when I type a full word I can't seem to backspace it, even in insert mode. Some vim mode zsh extension I have installed?
  7. .env and probably other filetypes are not included in telescope file search.
  8. Formatter 'black' timeout (and other formatters). Make it async and give it more time or figure out why it's taking so long.
  9. Linting large JSON files takes forever and blocks other execution. Make it async.
  10. Sometimes when I paste a multiline function in it starts in a folded state.
  11. yazi is broken.
  12. Log when saving scheme.

Wishlist

  1. Set up better CSV display in nvim, probably csvviem.nvim. olimorris uses it.
  2. Dark/light selection for scheme bin
  3. Set up vertical line at col 80, probably virt-column.nvim.
  4. Put tmux windows on the right so they don't shift when the session name (and so its length) changes.

About

My dotfiles.

Resources

Stars

Watchers

Forks

Packages

No packages published