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 · 12 comments
Open

Known issues & New features #4

ysl2 opened this issue Feb 23, 2023 · 12 comments

Comments

@ysl2
Copy link
Owner

ysl2 commented Feb 23, 2023

@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

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

html support
jinja2 support
https://github.com/yaegassy/coc-htmldjango
Might relative to nvim-ts-autotag

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分支:

copilot.lua?

重新考虑一下trouble.nvim的跳转逻辑,在直接q之后无法回到原先的buffer,而是直接回到第一个buffer。因此考虑提一个issue。

参考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文件里面。

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