Luca Saccarola

Results 70 comments of Luca Saccarola

I was thinking that after 2.0 we could make install paq as a file into the `lua` directory in peoples config, like what `plug` does in the `autoload` folder. This...

@savq I've implemented all the state management feature in the todolist but I wanted to ask if you agree with some of my decision regarding how I've handled the different...

> I believe there's a command that could work here, But I haven't tried it yet: > ```sh > git switch --force-create --track / > ``` Seem interesting I should...

Can you give some more information, such as: * Neovim or vim? * If neovim are you using treesitter? If you are using neovim and treesitter you could use [treesitter-playgroud](https://github.com/nvim-treesitter/playground)...

Very late, but I do this by using a timer: ```vim let s:lsp_settings = { \ 'autoComplete': v:false, \ 'completionMatcher': 'icase', \ 'ignoreMissingServer': v:true, \ 'showSignature': v:false, \} let s:lsp_servers...

I was working on implementing this using `terminalopen()` but it seem there a bug that doesn't make it straight forward handling stderr. So I will open an issue on the...

Opened an [issue](https://github.com/neovim/neovim/issues/23660) on neovim repo. I will give update on changes.

@gegoune now there is an [official port](https://github.com/nyoom-engineering/oxocarbon-wezterm) for wezterm.