Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Known issues & New features #1

Open
ysl2 opened this issue Jan 18, 2025 · 3 comments
Open

Known issues & New features #1

ysl2 opened this issue Jan 18, 2025 · 3 comments

Comments

@ysl2
Copy link
Owner

ysl2 commented Jan 18, 2025

No description provided.

@ysl2 ysl2 pinned this issue Jan 18, 2025
@ysl2
Copy link
Owner Author

ysl2 commented Jan 18, 2025

lualine定制:

  • statusline 和snack解耦:vim.opt.statuscolumn = ""
  • statusline显示lsp和copilot状态
  • winbar上的navic

gcc刚打开的时候需要等lsp就绪

bracket配对高亮

neo-tree按<c-t>新tab打开,然后跳转回去,发现光标focus在buffer上。但是预期是focus在tree上。
参考:https://github.com/nvim-neo-tree/neo-tree.nvim/blob/main/lua/neo-tree/sources/common/commands.lua#L740-L740

s/g/之后不能自动取消高亮,只能<Esc>

https://github.com/yetone/avante.nvim

fzf-lua <C-n/p>循环移动。感觉自己不太好hack,因为scroll集成太深。需要上游适配。

当前获取tmux可执行文件是通过判断$MYTMUX完成的。需要找到更自动化的方式。

(暂时修复,如果依然不行,采用下面的代码)使用blink补全的时候,如果补全的是函数,就算后面已经有括号,依然会补全函数后面的括号,导致出现两对括号。Shouldn't add brackets after typing python's Exception.已经提单:Saghen/blink.cmp#1188

    opts = {
      completion = {
        accept = { auto_brackets = { enabled = false } },

(暂时修复,如果依然不行,采用下面的代码)成对的```问题。考虑换成nvim-autopairs。参考:windwp/nvim-autopairs#495 (comment)

  { "echasnovski/mini.pairs", enabled = false },
  {
    "windwp/nvim-autopairs",
    event = "InsertEnter",
    opts = {
      check_ts = true,
    },
  },

https://github.com/OXY2DEV/helpview.nvim

tex文件里面,在fine_result_contrast表格,如果在fold 0写了\underline{},大括号会导致异常缩进一下。需要想办法关掉缩进。

等时间长了之后关闭nvim的延迟,可能是lazyvim导致的。因为nvim -u NONE没问题。考虑是lazyvim memory leak或者是high cpu usage。需要看一下在linux上面有没有类似的情况

@ysl2
Copy link
Owner Author

ysl2 commented Jan 18, 2025

lazygit提feature request:移动commit的时候保持当前commit居中

@ysl2
Copy link
Owner Author

ysl2 commented Feb 11, 2025

feature request: k8s yaml的自动补全 -> lsp ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant