Milton Soares Filho

Results 3 comments of Milton Soares Filho

This happens for `set -o vi` and `set -o emacs` options as they're features opted out when compiling bash without readline support[1], which is the case for NIX package currently...

Don't know if it's the same issue, but in my case I think the LSP is taking over the keymap during BufferNew or other events. Thus hovercraft doesn't get a...

I've tried this simple LazyVim installation .config/nvim/init.lua ``` local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not (vim.uv or vim.loop).fs_stat(lazypath) then local lazyrepo = "https://github.com/folke/lazy.nvim.git" local out = vim.fn.system({ "git", "clone",...