David Ward
David Ward
**Which server would you like to request to be added?** Server name: Perl-LanguageServer Server homepage (e.g., GitHub page): https://github.com/richterger/Perl-LanguageServer/tree/master/clients/vscode/perl **Which languages does this server target?** Languages: Perl There appear to...
#### environment - vim: 8.1.1137 - vim-airline: master branch as of 2019-05-02 02:14:57 - vim-airiine-themes: master branch as of 2019-04-11 01:53:43 - OS: Fedora 29 (Linux 5.0.9-200.fc29.x86_64) - Have you...
I noticed that when opening a lua file, the highlighting initially looks really nice. (Thanks treesitter!) But then once sumneko_lua is done initializing, the highlighting changes slightly (specifically, parent fields...
I'm wondering if it's "bad" to make so many assumptions on which languages people will want to develop with: ``` ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'typescript',...
### I've searched open issues for similar requests - [X] Yes ### I've recently downloaded the latest plugin version of mason.nvim - [X] Yes ### Problem description Hello, I don't...
In the"__promptline_battery" function of the battery slice, a math error occurs on Mac desktops: The problem code is here: if ioreg_output=$(ioreg -rc AppleSmartBattery 2>/dev/null); then ... local battery_level=$(($current_capacity * 100...
### Is your feature request related to a problem? No. ### Describe the solution you'd like Not sure if this should be a "design bug", or just a feature request......