We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082f81e commit bf4ec0cCopy full SHA for bf4ec0c
1 file changed
lua/claudecode/terminal/native.lua
@@ -135,6 +135,7 @@ local function open_terminal(cmd_string, env_table, effective_config, focus)
135
winid = new_winid
136
bufnr = vim.api.nvim_get_current_buf()
137
vim.bo[bufnr].bufhidden = "hide"
138
+ vim.bo[bufnr].spelloptions = "noplainbuffer" -- disable spell check
139
-- buftype=terminal is set by termopen
140
141
if focus then
0 commit comments