Eugene Oliveros

Results 25 comments of Eugene Oliveros

I'm also having the same problem. Have you solved this yet @RastaDill? UPDATE: I just recently tried out treesitter (therefore commenting out vim-polyglot) and I was having this issue. Just...

Are there any workarounds for this to work?

I had a similar issue with `neo-tree` and applied the fix inside `nvim-autopairs`.. it's quite weird though https://github.com/nvim-neo-tree/neo-tree.nvim/pull/376

This seems to be an issue of the python language server and it seems that it won't be fixed https://github.com/microsoft/python-language-server/issues/848 I suggest switching to another language server e.g. jedi Update:...

> > Should the setting be just in the root level of the settings? > > Yes, the root level is the correct place. Would it still work if I...

Nvm. Fixed it by specifying `filetypes` in config. Is it possible to just specify the filetypes based on the `config.yaml` it read?

I created a simple snippet for this in case anyone is interested ```python def schedule_every(f, *, minute=5): """ Creates a schedule similar to cron */5 * * * * """...

Hi, in case anyone is still interesed, I created a new project based on this repository and applied some of the open PRs as well https://github.com/yujinyuz/django-unravel

@shanesmith Hi! This kinda solved my problem here at #241 (I only copied the `v:` part coz it's what I need right now. But the problem is that every time...