英文: How to get all files and directories within the current working directory of Neovim using Lua? 问...
neovim 中的替换命令重新映射不起作用。
英文: Substitution command in neovim remaps not working 问题 我只想将 <leader>pu 映射为在文件中删除所有换行符(表示为 ^M...
IdeaVim 和 Neovim 共享的键盘快捷键映射
英文: IdeaVim and Neovim shared keyboard shortcuts map 问题 我同时使用: 带有LSP的Neovim,等等(使用LazyVim配置,但愿意改用另一种现...
是否可以通过工作区配置文件来覆盖或增强 Neovim 的 LSP 配置?
英文: Is it possible to override or augment neovim's LSP configuration via a workspace config file...
如何在Neovim中使用vim.bo.syntax和StrikeoutMatch
英文: How to use vim.bo.syntax with StrikeoutMatch in Neovim 问题 将以下内容从代码中翻译成中文: "txt strikeout ~~...
Using vim.bo.filetype in an if statement to set filetype specific keybinds in neovim with init.lua
英文: Using vim.bo.filetype in an if statement to set filetype specific keybinds in neovim with init.l...
在 Neovim + Lazy.nvim 中,除了第一个映射外,插件的键映射不起作用。
英文: In Neovim + Lazy.nvim, keymapping for a plugin does not work except for the first mapping 问题 我正在...
保存.go文件在neovim中使用:w命令会导致文件混乱。
英文: Saving .go file in neovim with :w causes file to be messed up 问题 我对vim和Go都不太熟悉。你尝试写一个简单的go文件时,保存...
VIM – 如何在一组单词的开头和结尾添加2个字符
英文: VIM - how to add 2 characters at begining and end of a group of words 问题 我想用单个命令在一定数量的单词周围加上**,而...
如何避免在nvim中通过mason安装mypy时出现“无法找到实现或库存根”的问题
英文: How to avoid "cannot find implementation or library stub" when mypy is installed via m...