local status, bufferline = pcall(require, "bufferline") if not status then vim.notify("没有找到 bufferline") return end -- bufferline 配置 -- https:///akinsho/bufferline.nvim#configuration bufferline.setup({ options = { -- 关闭 Tab 的命令,这里使用 moll/vim-bbye 的 :Bdelete 命令 c...
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers. - neoclide/coc.nvim
folke/lua-dev.nvim : setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API frans-johansson/lazy-nvim-starter : minimal neovim config hackorum/vapournvim ibnyusrat/vimcode : make vim look/work like vs code imbacraft/dusk.nvim jonatha...
live_mode_toggle='off' --# live mode toggle, see Usage - Running for more info }) ## c语言配置```luarequire'sniprun'.setup({interpreter_options={C_original={compiler="clang"}}}) golang 语言配置 require'sniprun'.setup({interpreter_options={Go_original={compiler="gccgo"}}})...
For everything else, this will have the same key bindings includingl/hto go back up one level. Setup Nerd font brew tap homebrew/cask-fontsbrew cask install font-hack-nerd-font Then change Non-ASCII Font to “Hack Nerd Font Mono” in your terminal. ...
Faster LuaLS setup for Neovim neovim-lua-development yanky.nvim 1,017 23 created 3 years ago / updated 8 days ago Improved Yank and Put functionalities for Neovim editing-support venn.nvim 1,015 4 created 4 years ago / updated 11 months ago Draw ASCII diagrams in Neovim ...
然后在启动Lazy时向其传输一个表参数spec用于指定搜索插件的位置:require("lazy").setup({spec={{...
Feel free to take a look at mydotfilesfor how I've currently setup my environment. Comment and Share If you found this post helpful, please consider sharing the post on Twitter or joining in on the conversation. How have you setup your environment? Do you have any special plugins or sett...
3. Once downloaded, double-click on the installer to launch the setup wizard. 4. Now, clickNexton the welcome screen to continue. Acknowledging the welcome screen 5. On the next screen, tick the checkbox at the bottom to agree to the End-User License Agreement (EULA), and clickNext. ...
require('lazy').setup({ Under this line we will add more plugins. The easiest way is to add a plugin that someone wrote and shares on GitHub. As an example, we will use a plugin that can be found atgithub.com/tpope/vim-sleuth. In order for Lazy to find it, we only need to pro...