Garrett
Garrett
I've seen a number of issues requesting XDG support, and I appreciate that there is a workaround: ``` defaults write org.hammerspoon.Hammerspoon MJConfigFile "~/.config/hammerspoon/init.lua" ``` But after a fair bit of...
### Editor/Client you used Neovim ### Installation and Dependences checklist - [X] xbase is installed and ~/.local/share/xbase has required binaries - [X] All listed editor/client dependences is installed ### Description...
I use the built-in omnicompletion. Is there way to use Cody's completion without nvim-cmp, a la copilot.vim?
Italics
I know it's potentially on the roadmap, but I also wanted to express interest for it. I'm using ExtraLight for italics in the meantime. Thanks for the great typeface!
Fixes #4613 Replacing [dirs](https://github.com/dirs-dev/dirs-rs) with [etcetera](https://github.com/lunacookies/etcetera) adds support for checking XDG_CONFIG_HOME on macOS when looking for a configuration file. I'm new to Rust, so let me know if I'm missing...
Closes #555 Vim and Neovim have built-in formatting functionality: - `:help equalprg` - `:help C-indenting` This PR adds equalprg as a formatter which does the following: 1. Store current cursor...
### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature Vim and Neovim have built-in functionality for indenting C-style programs: https://neovim.io/doc/user/indent.html#_1.-indenting-c-style-programs It...
I'd love to be able to do something like `xdg-ninja ghc` to see where ghc puts config files by default and what options there are to move them to XDG...
I've been running into an issue with Marksman crashing in Neovim. It has happened multiple times while editing Markdown files. It seems to happen most when editing headings, but I...