-- 插件快捷键 local pluginKeys = {} -- nvim-tree -- alt + m 键打开关闭tree map("n", "<A-m>", ":NvimTreeToggle<CR>", opt) -- 列表快捷键 pluginKeys.nvimTreeList = { -- 打开文件或文件夹 { key = {"<CR>", "o", "<2-LeftMouse>"}, action = "edit" }, -- 分屏打...
Run the MSI Runnvim.exeon your CLI of choice Note: On Windows "Server" you may need toinstall vcruntime140.dll. macOS (x86_64) Downloadnvim-macos-x86_64.tar.gz Runxattr -c ./nvim-macos-x86_64.tar.gz(to avoid "unknown developer" warning) Extract:tar xzvf nvim-macos-x86_64.tar...
tjdevries/vlog.nvim - Single file, no dependency, easy copy & paste log file to add to your Neovim Lua plugins. bfredl/nvim-luadev - REPL/debug console Lua plugins. The :Luadev command will open an scratch window which will show output from executing Lua code. jbyuki/one-small-step...
The above command will do everything but copy the line to the register,speeding up the operation. Suppose you run the previous command (without the underscore) in Neovim. In that case, it will notice that you are trying to delete multiple lines and will use automatically "optimize" it by ...
Single file, no dependency, easy copy & paste log file to add to your neovim lua plugins neovim-lua-development smart-pairs 134 8 created 3 years ago / updated last year Ultimate smart pairs written in lua! editing-support telescope-heading.nvim 132 5 created 4 years ago /...
key ="c", action ="copy"}, { key ="p", action ="paste"}, { key ="s", action ="system_open"}, }returnpluginKeys init.lua添加 -- 插件配置 require("plugin-config.nvim-tree") 但是出现问题view.mappings.list has been deprecated in favour of on_attach.please run,应该是某些插件更新...
Note that neither :TSInstall nor :TSInstallFromGrammar copy query files from the grammar repository. If you want your installed grammar to be useful, you must manually add query files to your local nvim-treesitter installation. Note also that module functionality is only triggered if your ...
part of the editing session, they’re reset whenever I close vim.2Fortunately, because they’re Just Vim Records, they’re also really easy to serialize. I can dump the task list withput =g:global_tasks. When I want to restore the list, I just copy that line back into command mode....
tjdevries/vlog.nvim - Single file, no dependency, easy copy & paste log file to add to your Neovim Lua plugins. bfredl/nvim-luadev - REPL/debug console for Neovim Lua plugins. The :Luadev command will open an scratch window which will show output from executing Lua code. jbyuki/one...
api:elide luaref copy when setting 'callback' in nvim_set_keymap (9f489f5) Bug Fixes --headless:do not block on press-enter prompts when no UI (5b34c2a), closes#9358#11718#15910 <Nop> not shown in :map commands (07a98b1) ...