Vitaly Kushner

Results 26 issues of Vitaly Kushner

have to look at the error, if we don't we get `nil` result, and crash on `pairs(result)

### Contributions - [X] I have read [contribution guidelines](https://github.com/vhyrro/neorg/blob/main/docs/CONTRIBUTING.md) ### Plugin Version - [X] I am using the latest version of the plugin ### Neovim Version - [X] I am...

bug
existing modules

Is there a way to configure Plug in a modular way? Right now the configuration for many plugins needs to be split into 2 pieces: - one or more lines...

Note: only happens when `neoformat#utils#should_be_verbose()` returns 1 `expand` in the following line will return empty string if `*.log` is in `wildignore` https://github.com/sbdchd/neoformat/blob/166ab5d9084d4beccd5bebbe407dbef621d96171/autoload/neoformat.vim#L262 then in the following line we will construct...

I have several `journal` directories, one per client this plugin mixes the notes from different journal, but sharing the same file namr e.g if I have `Client A/journal/2021-10-01` that sets...

bug

Currently it's a pain to write a generic queryfor "everything in current folder", as you can't do `LIST FROM this.file.folder` I think something like `LIST FROM "."` or `LIST FROM...

feature-request

A regular markdown table ~~~markdown | name | foo | bar | | - | - | - | | something | 1 | | | something else | 2...

feature-request

Is it possible to switch of the "Show when you are active" setting? (the one that appears under settings on the top left)

how did this ever work? :) also, need to check if buff is still around.

**Does this bug happen when you install plugin without vim-polyglot?** no **Describe the bug:** The problem is with the `g:tagbar_type_typescript` setting set at https://github.com/sheerun/vim-polyglot/blob/master/ftplugin/typescript.vim#L109 when `vim-polyglot` is loaded tagbar is...