This commit is contained in:
2025-11-14 14:07:06 +09:00
parent 34439c0c91
commit 459c767e92
3 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ vim.cmd("set cursorline")
vim.cmd("set mouse=a")
vim.cmd("set clipboard+=unnamedplus")
vim.g.python3_host_prog = 'python3.13'
vim.api.nvim_set_hl(0, "Normal", { bg = "#040404" })
vim.api.nvim_set_hl(0, "CursorLine", { bg = "#101010", fg = nil })