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 #4

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

Known issues & New features #4

ysl2 opened this issue Feb 23, 2023 · 23 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文件类型

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 Oct 19, 2024

分别打包一个x86和arm的镜像

只需要提供dockerfile即可。但是需要考虑架构

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