Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config - GitHub - wbthomason/packer.nvim: A use-package inspired ... ... <看更多>
「packer nvim」的推薦目錄:
- 關於packer nvim 在 [分享] Neovim (0.5) Is Overpowering - 看板Editor - 批踢踢實業坊 的評價
- 關於packer nvim 在 wbthomason/packer.nvim - GitHub 的評價
- 關於packer nvim 在 From vim-plug to Packer.nvim - jdhao's blog 的評價
- 關於packer nvim 在 nanotee/packer.nvim - githubmemory 的評價
- 關於packer nvim 在 Configuring Packer with Neovim - Stack Overflow 的評價
- 關於packer nvim 在 Comparisons - savq/paq-nvim Wiki 的評價
- 關於packer nvim 在 How to use packer.use inside neovim? - Vi and Vim Stack ... 的評價
- 關於packer nvim 在 MageJohn/nvim-treesitter - Github Plus 的評價
- 關於packer nvim 在 NvChad from ljh202021 - Github Help Home 的評價
- 關於packer nvim 在 作者mars90226 的總覽(PTT發文,留言,暱稱) - PTT網頁版 的評價
- 關於packer nvim 在 tversteeg (Thomas Versteeg) / Starred · GitHub 的評價
- 關於packer nvim 在 wbthomason/packer-nvim GitHub项目的主要问题 的評價
packer nvim 在 From vim-plug to Packer.nvim - jdhao's blog 的推薦與評價
Overall, packer.nvim is a great choice if you want to manage plugins in lua. Considering that packer is a young plugin and the active ... ... <看更多>
packer nvim 在 nanotee/packer.nvim - githubmemory 的推薦與評價
A use-package inspired plugin manager for Neovim. ... git clone https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/opt/packer. ... <看更多>
packer nvim 在 Comparisons - savq/paq-nvim Wiki 的推薦與評價
Packer uses Lua to add better package management features, whereas Paq is more about removing the cruft from previous Vim package managers. Another—more ... ... <看更多>
packer nvim 在 How to use packer.use inside neovim? - Vi and Vim Stack ... 的推薦與評價
disable_commands = true was disabling PackerInstall , PackerSync , etc., but not the plugin, so I switched to using packer.sync() inside ... ... <看更多>
packer nvim 在 MageJohn/nvim-treesitter - Github Plus 的推薦與評價
Treesitter configurations and abstraction layer for Neovim. ... For other plugin managers such as packer.nvim , see this Installation page from the wiki ... ... <看更多>
packer nvim 在 NvChad from ljh202021 - Github Help Home 的推薦與評價
an attempt to make neovim cli as functional as an ide while being very beautiful ... neoformat for prettifying / formatting code; packer.nvim as package ... ... <看更多>
packer nvim 在 作者mars90226 的總覽(PTT發文,留言,暱稱) - PTT網頁版 的推薦與評價
2 F 推mars90226: 看來是vim-plug改用packer.nvim呢11/19 00:12 ... 2 F →mars90226: 現代一點的版本可以用CHADTree跟Vista.vim08/16 22:09. ... <看更多>
packer nvim 在 tversteeg (Thomas Versteeg) / Starred · GitHub 的推薦與評價
wbthomason / packer.nvim. A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, ... ... <看更多>
packer nvim 在 wbthomason/packer-nvim GitHub项目的主要问题 的推薦與評價
热门packer.nvim问题 ... 打开nvim时出错. bug can't reproduce. letzabelin picture letzabelin·2020-12-20·23 评论 ... 插件功能在init.vim中不可用. bug neovim_bug. ... <看更多>
packer nvim 在 [分享] Neovim (0.5) Is Overpowering - 看板Editor - 批踢踢實業坊 的推薦與評價
文章網址: https://reurl.cc/NX33vx
# 文章內容
本文作者提及了 Neovim 0.5 的特色,這幾個特色也讓 Neovim 更接近 modern editor
- built-in LSP (Language Server Protocol) client
- Tree-sitter syntax engine
更精準的 syntax highlight,過去都是使用 regex
- Lua API improvements
可以使用 Lua 寫 vimrc,可以不再使用神奇的 vimscript
當然這個特色不是為了取代 vimscript,而是提供更多的選擇,降低門檻
另外也介紹了基於這些特色做出來的 plugin
- nvim-treesitter
基於 treesitter 提供 syntax highlight,text object 等等功能
- nvim-lspconfig
官方提供基本的 LSP config,配置也蠻簡單的
- nvim-compe
auto-completion 現在是百花齊放,但使用 lua 沒多少個
而且 source code 簡單明暸
- Telescope
類似 fzf 的 plugin,使用 lua 開發
# 自己的評論
雖然一年前已經在使用 neovim 0.5 nightly,但似乎已經快 stable 了,
大家可以關注一下
私心認為其實 neovim + LSP + treesitter 已經跟現代編輯器差沒很多,
就差是不是 GUI 而已,願不願自己配置 vimrc
前陣子也寫了一篇有關於 treesitter 的文章,有興趣的可以看看
https://reurl.cc/OXd2rv
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 61.231.45.133 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/Editor/M.1621395729.A.806.html
※ 編輯: as23041248 (61.231.45.133 臺灣), 05/19/2021 11:48:03
※ 編輯: as23041248 (61.231.45.133 臺灣), 05/19/2021 11:50:28
※ 編輯: as23041248 (61.231.45.133 臺灣), 05/19/2021 13:54:43
※ 編輯: as23041248 (61.231.45.133 臺灣), 05/20/2021 01:56:04
※ 編輯: as23041248 (61.231.45.133 臺灣), 05/21/2021 02:34:11
※ 編輯: as23041248 (61.231.45.133 臺灣), 05/21/2021 10:54:02
... <看更多>