Neovim version (nvim -v) 0.10.0 Operating system/version Archlinux x64 Describe the bug enable the editor.fzf and util.project extras, then project.nvim has an error. Steps To Reproduce disable editor.fzf and util.project extras, then lazy clean them enable editor.fzf and util.project extr...
DaolothY/fzf-lua-nvim 代码 Issues 0 Pull Requests 0 Wiki 统计 流水线 服务 标签 Tags Releases 功能基于仓库中的历史标记 建议使用类似 V1.0 的版本标记作为 Releases 点。支付提示 将跳转至支付宝完成支付 确定 取消 捐赠 捐赠前请先登录 取消 前往登录 登录提示 该操作需登录 Gitee 帐号,请...
(preview_socket) vim.schedule(function() vim.cmd[[qall]] end) return end io.write(data) end) end) local function rpc_nvim_exec_lua(opts) local success, errmsg = pcall(function () local nargs = vim.fn.argc() local args = {} -- fzf field expression unpacks from the argument list...
该操作需登录 Gitee 帐号,请先登录后再操作。 立即登录 没有帐号,去注册 编辑仓库简介 简介内容 Improved fzf.vim written in lua 主页 取消 保存更改 1 https://gitee.com/daolothy/fzf-lua-nvim.git git@gitee.com:daolothy/fzf-lua-nvim.git daolothy fzf-lua-nvim fzf-lua-nvim main深圳...
filename or vim.api.nvim_buf_get_name(entry.bufnr) 283 283 return string.format("%s:%s%s%s", lua/fzf-lua/previewer/builtin.lua +10-12 Original file line numberDiff line numberDiff line change @@ -589,7 +589,7 @@ function Previewer.buffer_or_file:populate_preview_buf(entry...
With these changes, default LazyVim is now just 34 plugins. Added Plugins fzf-lua as a replacement for telescope.nvim to use telescope.nvim instead, enable the editor.telescope extra with :LazyExtras blink.cmp as a replacement for nvim-cmp to use nvim-cmp instead, enable the coding....
or with packer.nvim: use = { 'junegunn/fzf', run = './install --bin', } Usage Fzf-lua aims to be as plug and play as possible with sane defaults, you can run any fzf-lua command like this: :lua require('fzf-lua').files() -- or using the `FzfLua` vim command: :FzfLua...
Expand Up @@ -3,11 +3,12 @@ PLENARY-REPO=https://github.com/nvim-lua/plenary.nvim.git .PHONY: test test: nvim --headless --noplugin -u tests/minimal_init.vim -c "lua require('plenary.test_harness').test_directory('tests/', { minimal_init = 'tests/minimal_init.vim', sequent...
fix: lazy loading of nvim-cmp source (closes ibhagwan#1231) Browse files main ibhagwan committed Jun 4, 2024 Verified 1 parent a859019 commit 509b666 Showing 1 changed file with 6 additions and 8 deletions. Whitespace Ignore whitespace Split Unified 14 changes: 6 additions & 8 delet...
Shell fish Neovim version (nvim --version) nightly Fzf version (fzf --version) 0.56.3 Output of:lua print(os.getenv('FZF_DEFAULT_OPTS')) not set Is the problem reproducible withmini.sh? My issue is reproducible withmini.sh My issueIS NOTreproducible withmini.sh ...