Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Known issues & New features #4

Open
ysl2 opened this issue Feb 23, 2023 · 30 comments
Open

Known issues & New features #4

ysl2 opened this issue Feb 23, 2023 · 30 comments

Comments

@ysl2 ysl2 pinned this issue Feb 23, 2023
@ysl2
Copy link
Owner Author

ysl2 commented Nov 15, 2023

i3config filetype
lf filetype
masm filetype and lsp,treesitters
kitty filetype
alembic的mako文件类型
~/.gitconfig.localhost应该默认也是gitconfig文件类型,考虑加一个自动识别。但是同时也要考虑bashrc系列的要不要加。倾向于不加。因为加了这个之后,剩下的都要考虑这件事。

c filetype, might need to re-enable the indent setting in treesitter. Need to re-consider it.
c语言默认的注释,目前是 //,但我希望用/* */

jinja2 support: lsp, linter, formatter
https://github.com/yaegassy/coc-htmldjango

typst switch to new lsp: https://github.com/Myriad-Dreamin/tinymist

@ysl2
Copy link
Owner Author

ysl2 commented Nov 21, 2023

sourcery in coc-diagnostic

  "diagnostic-languageserver.linters": {
    "sourcery": {
      "isStdout": true,
      "isStderr": true,
      "args": [
        "review",
        "--verbose",
        "--csv",
        "--no-summary",
        "%file"
      ],
      "command": "sourcery",
      "formatPattern": [
        "^[^,]*,(\\d*),([^,]*),(.*)$",
        {
          "line": 1,
          "message": ["[", 2, "]: ", 3],
        }
      ],
      "sourceName": "sourcery",
    }
  },

@ysl2 ysl2 changed the title TODO LIST New features Nov 21, 2023
@ysl2 ysl2 changed the title New features Known issue & New features Dec 27, 2023
@ysl2 ysl2 changed the title Known issue & New features Known issues & New features Dec 27, 2023
@ysl2
Copy link
Owner Author

ysl2 commented Dec 31, 2023

git-blame的方法,找到文件修改历史、文件修改人、文件行内修改人显示等等

@ysl2
Copy link
Owner Author

ysl2 commented Dec 31, 2023

better plugin to replace distant

distant disabled now

@ysl2
Copy link
Owner Author

ysl2 commented Jan 12, 2024

Merge the :Bd and :Bde two plugins.

@ysl2
Copy link
Owner Author

ysl2 commented Mar 8, 2024

learn how to use vim-visual-multi

@ysl2
Copy link
Owner Author

ysl2 commented Mar 9, 2024

卡顿:

ruff might cause slow when switching to insert mode. Very slow.

dd删除一行的时候,在服务器上也会卡一下。因此需要查明原因

经常需要CocRestart

@ysl2
Copy link
Owner Author

ysl2 commented Mar 9, 2024

切换到nvim_lsp分支:

参考lunarvim、lazyvim和astronvim的插件。

@ysl2
Copy link
Owner Author

ysl2 commented Mar 28, 2024

黏贴的时候,有时候会贴出来v:null

考虑可能是yanky的问题。下次出现的时候,再禁用yanky测试一下。

@ysl2
Copy link
Owner Author

ysl2 commented Mar 29, 2024

nvim-tree里面对着pdf文件按s无法通过xdg-open直接打开。但是png图片可以。因此这可能是正常情况。

关键是如何配置default application。这是一个全局行为。

@ysl2
Copy link
Owner Author

ysl2 commented May 13, 2024

arieal.nvim:

如果开启了同一buffer的分屏情况下进行<Leader>v,此时侧边栏的显示会出问题。

arieal 对于lua的字典,只显示config。比如在coc.lua文件里面。

@ysl2
Copy link
Owner Author

ysl2 commented Aug 5, 2024

在vim里面使用lazygit,如果squash commit,然后继续编辑文件,会提示:
image

@ysl2
Copy link
Owner Author

ysl2 commented Aug 17, 2024

nvim-autopairs已经提bug。等回复

windwp/nvim-autopairs#468

@ysl2
Copy link
Owner Author

ysl2 commented Aug 20, 2024

inc rename,中间加入字符时,光标依然闪烁

已经提单,等回复

smjonas/inc-rename.nvim#63

@ysl2
Copy link
Owner Author

ysl2 commented Aug 20, 2024

@ysl2
Copy link
Owner Author

ysl2 commented Aug 23, 2024

如果cmp补全了snippets,就会一直高亮去不掉。发现是上游neovim的问题

目前暂时通过切换到luasnip进行规避:f7e3597 。等后续上游解决。

@ysl2
Copy link
Owner Author

ysl2 commented Sep 2, 2024

@ysl2
Copy link
Owner Author

ysl2 commented Sep 19, 2024

从左下按C-w l跳到右,然后从右按C-w h,发现不会跳到左下,而是跳到左上。

@ysl2
Copy link
Owner Author

ysl2 commented Sep 19, 2024

在我自己的笔记本上,打开i3本地repo,ruff超时

@ysl2
Copy link
Owner Author

ysl2 commented Sep 22, 2024

再次检查所有插件的lazy条件设置是否符合预期

@ysl2
Copy link
Owner Author

ysl2 commented Oct 9, 2024

出现在telescope筛选文件,然后通过<C-w>s分屏的时候:
image

@ysl2
Copy link
Owner Author

ysl2 commented Nov 24, 2024

nvim-tree,有的时候文件后面的小点(表示有修改)去不掉,偶现

@ysl2
Copy link
Owner Author

ysl2 commented Dec 21, 2024

python函数的if内return,之后的光标会直接跳到下一行开头。已经给nvim-treesitter提单

@ysl2
Copy link
Owner Author

ysl2 commented Jan 1, 2025

@ysl2
Copy link
Owner Author

ysl2 commented Jan 3, 2025

按照lazyvim更新插件,比如nvim-cmp换成blink

@ysl2
Copy link
Owner Author

ysl2 commented Jan 4, 2025

重构整个仓库,预期是让文件格式化,符合逻辑,统一所有变量命名方式和大小写等等,总之让整个仓库更加规范化

@ysl2
Copy link
Owner Author

ysl2 commented Jan 4, 2025

让toggleterm的leader-r,和lazygit,可以隐藏和重现。当前是leader r只要按了任何key,就直接退出了。导致无法去查看对应代码,只能重新跑

@ysl2
Copy link
Owner Author

ysl2 commented Jan 10, 2025

leetcode.nvim显示图片:

kawre/leetcode.nvim#77

@ysl2
Copy link
Owner Author

ysl2 commented Jan 14, 2025

'('输入左括号的时候会自动补全右括号。但是预期是字符串内不要进行括号补全

已提单跟进:windwp/nvim-autopairs#477

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

No branches or pull requests

1 participant