Tommaso Laurenzi

Results 20 issues of Tommaso Laurenzi

### Feature description when evaluating an expression with `%{%...%}` winbar is not removed if the final value is null. For example ```vim function Empty() return "" endfunction set winbar=%{%Empty()%} ```...

needs:discussion
statusline

`vim.ui.input` accepts a `completion` option, however cmp-cmdline will not complete candidates, but wildmenu will. I presume same problem with `vim.ui.select` es: ```lua :lua vim.ui.input({prompt = "complete me: ", completion =...

it would be nice to also get completions for `:!` and other elements that expand to a shell command I think `getcompletion(keyword, 'shellcmd')` should do.

In lua, methods definitions using colon are not recognized. compare ```lua local MyClass = {} function MyClass:new(obj) -- end ``` gps: ` ` ```lua local MyClass = {} function MyClass.new(self,...

- https://github.com/rebelot/heirline.nvim/issues/17#issuecomment-1031567412 - https://github.com/rebelot/heirline.nvim/issues/17#issuecomment-1109564796 - https://github.com/rebelot/heirline.nvim/issues/17#issuecomment-1230110523 - https://github.com/rebelot/heirline.nvim/issues/17#issuecomment-1306909910 - https://github.com/rebelot/heirline.nvim/issues/17#issuecomment-1377410379

Imagine the following mapping, first, completions are searched among lsp and snippet, **if no results are returned**, **then** fallback is called to show any other completion listed in the global...

feature-request

Yeah... that's it. awesome, until I realized I have to toggle Pencil off, indent paragraph and not touch it with pencil on ever again or it will indent the whole...

enhancement

Hi! first, thanks for the amazing plugin! As per title, I've noticed that the default highlight of `TroubleText` links to `Normal`, however, when `Normal` defines a `guibg` the cursorline will...

Description ----------- Hi all, I am quite new to ZSH. I have latest releases of antigen, zsh and oh-my-zsh. everything is working quite well, but I have encountered a minor...

I mainly code in python and cpp, lua occasionally to edit neovim config Is it possible to achieve range formatting in neovim? I use nvim native lsp with lspconfig.