nvim disable pyright
While using ruff-lsp for Python diagnostics, I find it redundant to have pyright still active for all Python scripts. So I decide to disable it.
This is how I managed to solve it.
While using ruff-lsp for Python diagnostics, I find it redundant to have pyright still active for all Python scripts. So I decide to disable it.
This is how I managed to solve it.
需要把 nvim-treesitter 的 csv 语法关闭
|
|
ariflow 的 schedule 可以使用 timetable 或者 cron expression 配置任务调度的时间。对于使用 cron expression,如果我们需要更加细粒度的控制,则比较困难。比如我有一个任务设定在两个时间执行
45 08 * * 1-501 09 * * 1-5这个在 cron expression 无法合并成同一个任务。
在 ~/.tmux.conf 添加
|
|
前两天在 B 站看了一个视频, 介绍了目前国内 AI 领域做得非常不错的一家公司,也是量化界的领头羊-幻方。其中,谈到他们开发大模型 deepseek 已经拥有非常强劲的实力,能够满足大部分场景下的 AGI 使用,比如机器人、自动化代码生成器等。联想到之前我在网上看到 avante.nvim 这个插件可以为 nvim 带来 AI 辅助功能,当时由于国内还无法使用国外开发的大模型工具,所以就不了了之了。现在终于可以在国内合理合法的使用 AI 在 nvim 中辅助编程了。
|
|