Matthieu Coudron

Results 207 issues of Matthieu Coudron

Addresses https://github.com/enkore/i3pystatus/issues/620 . My goal is to have something like https://howoldis.herokuapp.com/ in i3pystatus. that fetches when the channel was last updated TODO: - cleanup - make channel configurable - display...

Since my upgrade to ubuntu 16.04, I get this error on startup ``` Traceback (most recent call last): File "/home/teto/.i3/myStatus.py", line 129, in on_rightclick=['urxvtc', '-e', 'ncmpcpp'] File "/home/teto/i3pystatus/i3pystatus/core/__init__.py", line 109,...

I've switched to nixos and maintain a local copy of nixpkgs (i.e. the equivalent of deb repostiories aka packages list). Ideally I would like to see if my local repository...

Hi, I am very happy with how https://github.com/enkore/i3pystatus/issues/311 works and I consider extending this to all modules, ie, display an "in progress" message upon background tasks: - when clicking on...

- Did you upgrade to latest plugin version? y - Did you upgrade to/compile latest binary? 1.141 - (Neovim users only) Did you check output of `:checkhealth LanguageClient`? y -...

feature request

so that other plugins can mark nvim-cmp as a dependency Some justification there https://teto.github.io/posts/2022-06-22-neovim-plugin-luarocks-2.html

**Is your feature request related to a problem? Please describe.** I would like to fuzzy search menu entries. It's possible with fzf-lua via `:FzlLua menus`, here is the implementation: https://github.com/ibhagwan/fzf-lua/blob/57402a41ac6f983640c41af43ce0c37929e61c43/lua/fzf-lua/providers/nvim.lua#L418...

enhancement

**Is your feature request related to a problem? Please describe.** I often find myself testing neovim plugins (enabling/disabling) for support reasons etc. For telescope extensions, I have to manually add/remove...

enhancement

- `nvim --version`: v0.8.0-dev - Operating system/version: nixos - Terminal name/version: kitty ### Steps to reproduce Configure packer to use a local plugin, e.g.,: `use "/home/teto/rest.nvim"` run PackerSync and all....

bug

### Expected behavior I use coc.nvim everywhere but for nix files as nix-lsp is not ready yet. Thus I want to keep neomake only for nix files. What I've done...