Adriaan

Results 8 issues of Adriaan

Because I added `:` to 'syn iskeyword' in 95809e7, todo comments (like TODO, NOTO, FIXME) aren't highlighted anymore, when they're followed by a colon. This can be fixed by using...

I think most people just use the templates included with this plugin, so this saves a bit of configuration. You can still set the `pdv_template_dir` variable yourself, to override the...

When opening a file directly from the shell, the language server doesn't start for me. For example when running this: ```sh nvim index.html ``` I don't get any error; simply...

Opening and editing Vue files can be slow (#95) since vim-vue loads every supported language that is installed. This is holding us back from adding new languages (https://github.com/posva/vim-vue/pull/97#issuecomment-443539177, #127, https://github.com/posva/vim-vue/pull/67#issuecomment-297869517)...

This fixes an issue where running commands like `valet link foo` would cause the `paths` config array in ~/.config/valet/config.json to turn into an object with non-sequential keys. This in turn...

In my project I'm interacting with Laravel Telescope's [EntryModel](https://github.com/laravel/telescope/blob/5.x/src/Storage/EntryModel.php). Because its [migration](https://github.com/laravel/telescope/blob/5.x/database/migrations/2018_08_08_100000_create_telescope_entries_table.php) first assigns the schema builder to a variable and then calls the `create()` method on that variable, Larastan...

Fixes #1 To make the iframe responsive, I used the CSS from this answer https://stackoverflow.com/a/54924505/5341740. This also makes it look better with [nova-flexible-content](https://github.com/whitecube/nova-flexible-content): | before | after | | ---...

This is a bit harder because the `-l` and `-s` flags on Fish's `complete` builtin don't take a list of flags with descriptions, like it does with `complete -a`.