-
I have a really simple widget that displays the output of a command.
```
const command=`osascript -l JavaScript -e "console.log('hello')"`
const refreshFrequency = 1000; // ms
let render = ({out…
-
I've been toying with the idea of converting my website from a wordpress site to a set of vimwiki pages, using Disqus for handling comments. The Disqus javascript needs to have two variables specified…
-
How to automatically show completion menu without explicitly triggering it with shortcut. YouCompleteMe isn't showing suggestion from tsuquyomi. How can i make both of them work together?
-
ALE celebrated it's four year anniversary today as noted in [this Reddit post](https://www.reddit.com/r/vim/comments/ipq343/ale_30_four_years_of_ale).
Interestingly the author, @w0rp, noted a desir…
-
Thought I would bring this up, since a PHP file can have php, html, and anything that an HTML file can have.
In case you are not familiar with PHP, you have a PHP file (`.php`), but everything in i…
-
Thanks for the great project!
I'm attempting to use [GNU global](https://www.gnu.org/software/global/) to tag a Scala project. Global has the ability to use plugins, one of which is exuberant-ctags…
-
Hi, Sorry for the naive question. I'm trying to use `neovim`'s built-in LSP, and this plugin is in the readme for diagnostic. I was hoping I can use this to enable linting via `eslint`.
I do see th…
-
**Steps to reproduce**
1. Install under Windows WITHOUT Nuclide - do not restart
2. Type
3. Error thrown
**Atom**: 1.18.0 x64
**Electron**: 1.3.15
**OS**: Microsoft Windows 10 Home
**Thrown F…
-
Basically, I want to be able to do this:
```lua
windicss = {
cmd = { "windicss-language-server", "--stdio" },
filetypes = { "aspnetcorerazor", "astro", "astro-markdown", "blade", "dja…
-
First of all, thank you for making this. I've been working on switching from vscode to neovim and I've been working with Svelte/Tailwind a lot. The one feature I couldn't seem to find was a way to sho…