-
Pentadactyl supports autocmds. This is pretty nice. For instance, below I have it so when changing urls, the external editor variable is updated to run the external editor with the proper syntax and t…
-
When I try to run this command :lua require'dap'.continue() with the config below I get a message: "Debug adapter disconnected"
my js-dap.lua file
```
require("dap-vscode-js").setup({
-- node_p…
-
**My testing minimal init.vim**
```lua
vim.cmd('set runtimepath+=~/.local/share/nvim/site/pack/packer/start/completion-nvim')
function compnvim.setup()
rg.use({
'nvim-lua/completion-nvi…
-
I'll try to explain this as best I can, and I'm not sure if this is an issue with CoC, efm-langserver or htmlbeautifier.
First off, in case it's not obvious from the above this is using:
efm-lan…
-
### One
number one on my wtf list is this:
```sh
#!/bin/sh
':' //; exec "$(command -v nodejs || command -v node)" "$0" "$@"
console.log('Hello world');
```
I understand this part: `$(c…
-
Hey, thanks for the awesome, plugin.
I noticed that file in `after/ftplugin.vim` of my nvim config folder wasn't being loaded. All the files under `after/ftplugin/**` did get source without issues…
-
**Describe the bug**
Noticeable keystroke lag when typing in TypeScript files.
Only observed when NativeScript is installed. I don't have issues with other TypeScript projects. Likely caused by ma…
-
**Is your feature request related to a problem? Please describe.**
I have considerable muscle memory for `:bX` commands
**Describe the solution you'd like**
It would be nice to be able to use `:b…
-
How do I use this with polymer 0.9? Can I just replace the contents of bower_components?
-
In the `coc-nvim-tsc.log` I see following
```
Info 26 [11:19:54.279] [typescript-tslint-plugin] "Computing tslint semantic diagnostics for '/home/vsviridov/projects/tessa-front-end/src/app/+scop…