diff --git a/.config/nvim/lua/custom/snippets/go.lua b/.config/nvim/lua/custom/snippets/go.lua index c6ddd09..42e30f7 100644 --- a/.config/nvim/lua/custom/snippets/go.lua +++ b/.config/nvim/lua/custom/snippets/go.lua @@ -36,7 +36,7 @@ func (m Model) View() string {{ ) }} -func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) {{ +func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {{ switch msg := msg.(type) {{ default: return m, nil