astronvim_user
astronvim_user copied to clipboard
astronvim_config
报错
Failed (4) ● astrocore 24.57ms start 致命错误:无法找到远程引用 refs/heads/v2 ● astrolsp 6.01ms astrolsp.mason-lspconfig mason-lspconfig.nvim 致命错误:无法找到远程引用 refs/heads/v3 ● AstroNvim 0.04ms astronvim.plugins.configs.astrocore astrocore 致命错误:无法找到远程引用 refs/heads/v5 ● astroui 13.37ms...
类似volar在nvim-lspconfig中的配置settings的部分。我浏览了一下volar的github仓库没找到文档。 ``` volar = { init_options = { vue = { hybridMode = true, }, }, settings = { vue = { server = { maxOldSpaceSize = 8092, }, },...
你好,想请教一下,你的教学视频里关于高亮相同变量或者引用的函数是用的什么插件?类似vim-illuminate这种? 
In `lua/mapping.lua` file, I want to set some mapping about cursor moving, but always failed. My setting is here: ```lua function M.core_mappings(mappings) if not mappings then mappings = require("astrocore").empty_map_table() end...
如题。 1. 我已经使用AstroNvim/astrocommunity中的pack/cpp,将pack-cpp.lua加入到了lua/plugins 2. 我想使用clang-format格式化c/cpp这些文件,但是不想使用.clang-format文件这种方式(或许可以在这里.config/nvim/加) 3. 我想在pack-cpp.lua中加入WebKit这种风格的clang-format样式,但是不知道如何加。所以想请教一下
Thank you for providing such a good repository. I have the following errors when using your configuration: `Error detected while processing ~/.config/nvim/init.lua: Failed to load ''user.plugins.community-pack'' ...local/share/nvim/lazy/lazy.nvim/lua/lazy/core/plugin.lua:351: attempt to get...
请问下我在vue 文件中是用快捷键gd ,然后卡住三秒报错[fzf-lua] Error execution 'textDocument/definition': timeout 跳转不到定义怎么解决?