「nvim-compe」的推薦目錄:
- 關於nvim-compe 在 コバにゃんチャンネル Youtube 的最讚貼文
- 關於nvim-compe 在 大象中醫 Youtube 的最佳解答
- 關於nvim-compe 在 大象中醫 Youtube 的最讚貼文
- 關於nvim-compe 在 [分享] Neovim (0.5) Is Overpowering - 看板Editor - 批踢踢實業坊 的評價
- 關於nvim-compe 在 hrsh7th/nvim-compe: Auto completion Lua plugin for ... - GitHub 的評價
- 關於nvim-compe 在 hrsh7th/nvim-cmp: A completion plugin for neovim coded in Lua. 的評價
- 關於nvim-compe 在 nvim-compe triggering completion on white space - Stack ... 的評價
- 關於nvim-compe 在 Implementation details - GitHub Wiki SEE 的評價
- 關於nvim-compe 在 hrsh7th/nvim-compe - GitHub Awesome Search 的評價
- 關於nvim-compe 在 Completion problem with nvim-compe, ultisnips, and vim lsp. 的評價
- 關於nvim-compe 在 Using with nvim-compe gives error when loading vscode ... 的評價
- 關於nvim-compe 在 kamalmarhubi - Github Plus 的評價
- 關於nvim-compe 在 hrsh7th/nvim-compe 简介 - GitHub中文社区 的評價
- 關於nvim-compe 在 From vim-plug to Packer.nvim - jdhao's blog 的評價
- 關於nvim-compe 在 hrsh7th/nvim-compe | jscpd 的評價
nvim-compe 在 大象中醫 Youtube 的最佳解答
nvim-compe 在 大象中醫 Youtube 的最讚貼文
nvim-compe 在 hrsh7th/nvim-compe: Auto completion Lua plugin for ... - GitHub 的推薦與評價
nvim -compe ... Auto completion plugin for nvim. Table Of Contents. Concept; Features; Usage. Prerequisite. Vim script Config; Lua Config. Mappings ... ... <看更多>
nvim-compe 在 hrsh7th/nvim-cmp: A completion plugin for neovim coded in Lua. 的推薦與評價
Contribute to hrsh7th/nvim-cmp development by creating an account on GitHub. ... like to show symbol-text (e.g. function) and source (e.g. LSP) like compe. ... <看更多>
nvim-compe 在 [分享] 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
... <看更多>