plugin管理采用packer,packer支持自举 支持类型大纲Outline 支持代码的定义跳转、函数的重命名、实现的列出 类似vscode的自动构建系统,一键构建程序,一键运行 除了使用lsp,还可以安装包裹lsp的插件 悬浮窗口(可以多窗口、后台运行) 通知消息现代化 git支持 常见的文件格式化、静态分析(均可自行添加需要的功能) 悬浮取词翻译...
git clone 容器 构建容器 使用容器 配置 用户配置 默认配置 configFn(config) 覆盖插件参数 查看配置 插件管理器 插件 代理 使用 LSP 格代化码式 Telescope 插件 窗口选择器 浮动命令栏 扩展你自己的插件、高亮、命令等配置 全局变量 其他项目 分享一个我用 Lua 编写的 Neovim 一体化配置框架。早用 lua 早日摆脱...
Git integration for buffers gitluaneovimnvimneovim-pluginneovim-lua-plugin UpdatedNov 14, 2024 Lua Neovim's answer to the mouse 🦘 vimneovimmotionnvimneovim-pluginfennelnvim-plugin UpdatedJul 30, 2024 Fennel Load more… Created byThiago de Arruda ...
Plug'preservim/nerdtree' Plug'Xuyuanp/nerdtree-git-plugin' 在call begin 和 call end 之间加上'preservim/nerdtree' 进行以下的简单配置 copy " autocmd vimenter * NERDTree "自动开启Nerdtree letg:NERDTreeWinSize = 25"设定 NERDTree 视窗大小 let NERDTreeShowBookmarks=1 "开启Nerdtree时自动显示Bookmarks "...
.gitignore update 2年前 .stylua.toml update 2年前 README.md chore: update theme plugin name、link 2年前 config.lua 增加插件与配置改进 2年前 github2ee.py 使用mason 代码lsp-install 2年前 init.lua 同步LunarVim 2年前 README SkCode ...
setup({ close_if_last_window = false, -- Close Neo-tree if it is the last window left in the tab popup_border_style = "rounded", enable_git_status = true, enable_diagnostics = true, open_files_do_not_replace_types = { "terminal", "trouble", "qf" }, -- when opening files, ...
git = { enable =true, }, -- 过滤文件 filters = { dotfiles =true,-- 过滤 dotfile custom = {"node_modules"},-- 其他过滤目录 }, view = { -- 文件浏览器展示位置,左侧:left, 右侧:right side ="left", -- 行号是否显示 number =false, ...
diff(git diff status) encoding(file encoding) fileformat(file format) filename filesize filetype hostname location(location in file in line:column format) mode(vim mode) progress(%progress in file) searchcount(number of search matches when hlsearch is active) ...
Fork: 46 Star: 744 (更新于 2024-05-15 11:48:14) license: GPL-3.0 Language:Lua. CodeGPT is a plugin for neovim that provides commands to interact with ChatGPT. GitHub网址 介绍 版本 相关 CodeGPT.nvim CodeGPT is a plugin for neovim that provides commands to interact with ChatGPT. The...
git clone https://github.com/neovim/nvim-lspconfig ~/.config/nvim/pack/nvim/start/nvim-lspconfig Or use a 3rd-party plugin manager (consult the documentation for your plugin manager). Quickstart Install a language server, e.g.pyright ...