-
I know very little of macOS app development, so this is a suggestion for now…
A nice “Quality of Life” improvement for users on macOS would be for Oni to register itself as an editor for everything…
-
Per neovim/neovim#170 and https://neovim.io/doc/user/api.html#nvim_parse_expression(), libnvim now offers an API to parse vimscript syntax to an AST. We should give it a shot hooking that up to vimdoc…
-
I am trying to create plugin for querying local hoogle database (haskell hoogle). Source can be found at https://github.com/psiska/telescope-hoogle.nvim
Overview:
- after showing up the UI, user…
-
This isn't a bug/issue. I have created a syntax highlighting file for riml. It's adapted from the coffeescript syntax file. It's pretty basic, but it looks ok with the Solarized theme.
[https://githu…
-
Unlike absense of `CursorMoved` event which is either a bug or feature without documentation I know about, search history is intentionally not updated: `:h function-search-undo`. README should not men…
ZyX-I updated
8 years ago
-
Hi,
I really like the plugin's functionality, but I find that the syntax highlighting is a bit janky, especially on headings, where highlights only one start even in level 2 or 3 headings. I found th…
-
Hello everybody.
I'm a baker that has a lot of hopes on Oni2. Sorry if this is not the proper place to share an oppinio, but it's the closes place that is not a chat that I found.
After many tries N…
-
It looks like the syntax highlighting in some parts of the file got messed up. Changing the color scheme doesn't fix it, and I've no idea if this was caused by an update or another plugin. Here are so…
-
Will I be able to set the pane dynamically?
Say my default config is to use the nearest pane but sometimes I want it to open a new pane instead. How would I go on about this?
-
# Syntax Proposal for end marker of script file
## Inspired Background
In the less well-know VimL language, there is `finish` statement to finish the current script, let compiler ignore anything…