Learning Fennel from Scratch to Develop Neovim Plugins 记录了作者使用Fennel——一种能编译到 Lua 的 Lisp ——来开发 Neovim 插件的心路历程和踩雷过程。 插件推荐 obsidian.nvim 为喜欢Obsidian的概念但同时又过于热爱 Neovim 而不愿在其他任何地方打字的人而构建
plugin-manager x 7 colorscheme-creation x 7 remote-development x 7 colorscheme-switchers x 7 github x 6 cursorline x 6 fennel x 6 quickfix x 6 register x 6 test x 5 scrollbar x 5 tree-sitter-based x 5 language x 5 icon x 4 lua-colorscheme x 4 competitive-programming x 4 ...
autoload/: Vim 模块 doc/: 文档 after/: 与当前目录相同的目录结构,例如 after/plugin ,但加载会被延迟以确保不会被覆盖。 作为一个输入法插件,我们只需要在 lua/ 中放置一个 lua 模块。然后让用户在配置中导入即可: vim.keymap.set('i','<C-^>',require('rime.nvim').toggle) rime.nvim实际上是lu...
plugins/luasnip: migrate to mkNeovimPlugin #2656 Open khaneliman reviewed Dec 14, 2024 View reviewed changes plugins/by-name/nix-develop/default.nix Outdated Show resolved plugins/nix-develop: migrate to mkNeovimPlugin bfb08c1 HeitorAugustoLN force-pushed the nix-develop-migrate branch fro...
nvim-lua/lsp-status.nvim - This is a plugin/library for generating statusline components from the built-in LSP client. RishabhRD/nvim-lsputils - Better defaults for nvim-lsp actions. nvimdev/lspsaga.nvim - A light-weight LSP plugin based on Neovim's built-in LSP with a highly perfo...
nvim-lua/lsp-status.nvim- This is a Neovim plugin/library for generating statusline components from the built-in LSP client. nvim-lua/lsp_extensions.nvim- Repo to hold a bunch of info & extension callbacks for built-in LSP. RishabhRD/nvim-lsputils- Better defaults for nvim-lsp actions...
update branch for base46/ui plugin 1年前 .stylua.toml set shiftwidth to 2 | format all files 3年前 LICENSE Initial commit 4年前 README.md Loading... README GPL-3.0 NvChad Home•Install•Contribute•Support•Features Showcase
Though both Vim vs Neovim are open-sourced projects and are hosted over GitHub, there is a significant difference between how they developed. Large open-source projects are often backed up by a community of developers that support and develop the project together. ...
Install the plugin using your preferred package manager. 💤 lazy.nvim return { "wojciech-kulik/xcodebuild.nvim", dependencies = { "nvim-telescope/telescope.nvim", "MunifTanjim/nui.nvim", "nvim-tree/nvim-tree.lua", -- if you want the integration with file tree }, config = function...
❔ ❔ plugins/by-name/nix-develop/default.nix #2653 ❔ ❔ ⚠ plugins/by-name/none-ls/_mk-source-plugin.nix ❔ ❔ plugins/by-name/none-ls/packages.nix #1724 ❔ ❔ plugins/by-name/none-ls/prettier.nix ❔ ❔ plugins/by-name/none-ls/prettierd.nix ❔ ❔ plugin...