Skip to content

日志文件中inline持续显示disabled,无法正常使用 #133

Description

@ilovevim

win11平台上neovim v0.12.1版本,lazy.nvim加载如下脚本

{ 
	"luozhiya/fittencode.nvim",
	-- event = "VeryLazy",
	-- event = { "BufReadPre", "BufNewFile" },
	opts = {
		-- Default keymaps
		use_default_keymaps = true,
		log = {
			level = vim.log.levels.TRACE,
		},
	},
}

fittencode.log文件如下内容:

================================================================================
Verbose logging started: 2026-04-08 13:57:12
Log level: TRACE
Calling process: C:\Program Files\Neovim\bin\nvim.exe
Neovim version: {
  build_type = "Release",
  luajit = "2.1.1774638290",
  nvim = "v0.12.1"
}
Process ID: 16964
Parent process ID: 9840
OS name: {
  machine = "x86_64",
  release = "10.0.26200",
  sysname = "Windows_NT",
  version = "Windows 11 Pro"
}
TERM: vim.NIL
GUI running: 1
WSL running: 0
================================================================================
[2026-04-08T13:57:12.486+08:00 INFO] Load API key from storage successfully
[2026-04-08T13:57:12.494+08:00 DEBUG] Inline = "disabled"
[2026-04-08T13:57:14.418+08:00 DEBUG] Inline = "idle"
[2026-04-08T13:57:14.511+08:00 DEBUG] Inline = "disabled"
[2026-04-08T13:57:14.514+08:00 DEBUG] Inline = "idle"
[2026-04-08T13:57:14.565+08:00 DEBUG] Inline = "disabled"
[2026-04-08T13:57:14.567+08:00 DEBUG] Inline = "idle"
[2026-04-08T13:57:14.598+08:00 DEBUG] Inline = "disabled"
[2026-04-08T13:57:14.600+08:00 DEBUG] Inline = "idle"
[2026-04-08T13:57:14.743+08:00 DEBUG] Inline = "disabled"
[2026-04-08T13:57:16.634+08:00 DEBUG] Inline = "idle"
[2026-04-08T13:57:16.741+08:00 DEBUG] Inline = "disabled"
[2026-04-08T13:57:16.801+08:00 DEBUG] Inline = "idle"
[2026-04-08T13:57:17.109+08:00 DEBUG] Inline = "disabled"
[2026-04-08T13:59:04.088+08:00 INFO] [Fitten Code] 您已经登录了

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions