About 79 results
Open links in new tab
  1. 如何评价neovim 0.12? - 知乎

    概要是A询问nvim-treesitter能否打tag和release,B哥直接下场开喷,维护者clason不废话直接归档。 clason维护这个插件很多年,也是nvim核心贡献者,只是在nvim-treesitter过去两年维护过程中,几 …

  2. What is Neovim, and how is it different from Vim?

    Feb 3, 2015 · I've been hearing about Neovim; how does it differ from Vim? All the points on the homepage are just architectural changes 'under the hood'. As a user, what's the difference for me?

  3. Where is "~/.config/nvim/init.vim" on Windows? [duplicate]

    Nov 14, 2020 · Where is "~/.config/nvim/init.vim" on Windows? [duplicate] Ask Question Asked 5 years, 5 months ago Modified 2 years, 11 months ago

  4. 如何系统学习neovim? - 知乎

    这些基础有了,就是要一直使用了,技术来源需求,需求来源时间,哈哈,然后继续优化你的编辑器吧。 如果还想深入学习,可以看看如何开发一些插件,然后阅读一些插件的源代码,这时候已经有实力去 …

  5. Neovim 代码高亮插件 nvim-treesitter 的安装与配置

    Jan 3, 2023 · 本章介绍如何给 nvim 安装和配置 nvim-treesitter 插件。 nvim-treesitter 插件提供基于 tree-sitter 的多个基础功能,它可以让你在 nvim 中高效的实现 代码高亮, 增量选择 等功能。 本文是 《学 …

  6. Neovim 插件 nvim-tree 的安装与配置

    还有其他功能,我不常用,详见 nvim-tree.nvim 主页 下一章介绍 bufferline.nvim 插件,感谢关注。 下一章: Neovim 插件 bufferline 的安装与配置 回首页: 学习 Neovim 全配置, 逃离 VSCode 编辑于 …

  7. 要从vim切换到neovim吗? - 知乎

    其次,不重维护,比如 nvim 的文档编写简直是惜字如金,光内置终端的使用和相关 API 说明,这么重要的功能但 nvim 的文档只有区区不到 200 行,作为插件作者,给 nvim 写插件碰到问题查文档是不行 …

  8. Where to find debug logs for an LSP started with vim.lsp.start()?

    Sep 7, 2023 · My editor is an LSP client and will turn my actions into LSP commands, which will hit the server and get serviced. nvim will direct commands from a buffer to the "attached" language server. …

  9. neovim - Vanilla tree-sitter setup not enables highlighting ...

    Apr 18, 2023 · I am failing to configure nvim-treesitter to automatically highlight the code upon opening a file. After configuring nvim-treesitter by following the recommended instruction steps, this is what I g...

  10. neovim - navigate the buffer list - Vi and Vim Stack Exchange

    Mar 3, 2022 · I've been looking for years for a way to quickly select a buffer from the buffer list. scenario: open the buffer list with :ls select the desired buffer with arrows or whatever open said buffer pr...