local status, bufferline = pcall(require, "bufferline") if not status then vim.notify("没有找到 bufferline") return end -- bufferline 配置 -- https:///akinsho/bufferline.nvim#configuration bufferline.setup({ options
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...
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers. - neoclide/coc.nvim
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"}}})...
Faster LuaLS setup for Neovim neovim-lua-development yanky.nvim 1,054 27 created 3 years ago / updated 20 days ago Improved Yank and Put functionalities for Neovim editing-support codeium.nvim 1,042 90 created 2 years ago / updated 4 days ago A native neovim extension for Co...
Feel free to take a look at my dotfiles for 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 ...
然后在启动Lazy时向其传输一个表参数spec用于指定搜索插件的位置:require("lazy").setup({spec={{...
The quickest and easiest way to start is to use a pre-made setup. Here are a few great, well-known options to choose from: https://www.lunarvim.org/ https://www.lazyvim.org/ https://astronvim.com/ https://nvchad.com/ https://spacevim.org/ ...
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...