xave

Results 15 comments of xave

In addressing the empty status bar concern: For manual installations of the tmux-continuum plugin, you need to make sure the `run-shell` command is after any `set -g` commands or the...

I stopped using Haskell nix, so I would say not. I am pretty good about trying solutions that people present to me. Perhaps this weekend I can play around with...

Thanks Brandon, Could you please describe what you mean by “in progress code?” Is it code that partially implements a feature? That is part of a refactoring effort? Is it...

Just to make sure we are on the same page here, this entire thread is not about the aesthetics of how many spaces should be after a comment symbol (`--`)...

With respect to (1), the larger issue in my eyes is having to be so precise with commenting in the first place. The thing is, that as far as actual...

If you have `set termguicolors` and still have black bars, the vertical and horizontal bars are set with the highlights for `StatusLine` and `StatusLineNC`. `highlight StatusLine ...` You can troubleshoot...

The answer for me was to just create the `last` symlink, which on my system was no longer there. I had been doing something which ate up all my memory...

No file is written if you prepend a dot to it or if you provide a path to it. This works: `quickfix` `foobar` This does not work: `.quickfix` `~/.quickfix` `/any/other/path/quickfix`

> I guess this is a Linux machine? Yes. I am on macOS.