Michael Härtl
Michael Härtl
### Description The documentation says: > - `util.find_node_modules_ancestor`: a function that locates the first parent > directory containing a `node_modules` directory. This is not quite correct: It does *not* return...
I see that instead of an official PHP base image this project uses a custom setup with nginx + php-fpm which requires supervisord to manage both services. So this is...
I randomly see the same error as described in the closed issue #33 ``` Error executing vim.schedule lua callback: .../share/nvim/plugged/cmp-buffer/lua/cmp_buffer/buffer.lua:356: bad argument #1 to 'ipairs' (table expecte d, got userdata)...
### Problem I have a custom mapping of `CR` for nvim-cmp: ```lua cmp.setup({ mapping = { -- ... other mappings [''] = cmp.mapping.abort(), [''] = cmp.mapping.confirm({ select = false }),...
It seems this source only works for filetype `lua`. Is there a way to make it also work for lua scripts embedded in filetype `vim`?
It seems that after upgrading to 0.4.10 the library throws the above error even for simplest queries for me. I'm using it with MySQL 5.7.11. The issue appears when I...
I had some hard time to figure out optimal settings for php-fpm with apc enabled. Over the years my rule of thumb was: > Look at the `RSS` column `ps...
I try to wrap my head around the final code example on the page on game loops: ```c double previous = getCurrentTime(); double lag = 0.0; while (true) { double...
**Environment:** - OS: Linux Mint - (Neo)Vim version: NVIM v0.5.0-dev+1354-ga282a177d - vim-which-key version: da2934f - Have you reproduced with a minimal vimrc: yes **Describe the bug** I want to use...
For convenience I suggest to add a `:LspList` command to display a list of installed servers.