Marskey
Marskey
im using MacBook Pro 14 2021, macos Version 13.1 (22C65), and open a project using lua, ``` local sss = { 1 1 20 2 1 20 3 1 20...
not only in this case, sometimes it crashed by noreason
nope,
dose gonvim open nvim with specify memory limit? from 'The application was quitted with the exit of Neovim.' , i think its nvim crashed, but when i running nvim with...
I think pressing Enter to force push is very risk, how do I config it?
> i found a usecase we might wanna consider also caching even with empty prompt. e.g. if we have done a live_grep search and then used the refined_action (``) we...
when this will be merged into master, I realy love this new feature
" Telescope pickers will occur error: 
> " Telescope pickers will occur error:  ```lua function make_entry.gen_from_vimgrep_json(opts) opts = opts or {} local cwd = vim.fn.expand(opts.cwd or vim.loop.cwd() or "") local function bytes_or_text_to_str(data) if data.bytes ~=...
```lua return setmetatable({ value = text, filename = bytes_or_text_to_str(msg.data.path), lnum = msg.data.line_number, col = #msg.data.submatches ~= 0 and msg.data.submatches[1].start + 1 or nil, colend = #msg.data.submatches ~= 0 and msg.data.submatches[1]["end"]...