Skip to content

Commit

Permalink
feat(nvim): add neospeller.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mimikun committed Mar 2, 2025
1 parent 232147c commit e8bc8a2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dot_config/nvim/lua/plugins/neospeller-nvim.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---@type LazySpec
local spec = {
"richardhapb/neospeller.nvim",
--lazy = false,
cmd = "CheckSpell",
opts = {},
cond = false,
enabled = false,
}

return spec

0 comments on commit e8bc8a2

Please sign in to comment.