We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e826303 commit 37e66aaCopy full SHA for 37e66aa
lua/neocodeium/completer.lua
@@ -82,7 +82,7 @@ local Completer = {
82
---@return editor_options
83
local function get_editor_opts()
84
return {
85
- tab_size = vim.bo.shiftwidth,
+ tab_size = fn.shiftwidth(),
86
insert_spaces = vim.bo.expandtab,
87
}
88
end
0 commit comments