Skip to content

Commit

Permalink
update: replace skkeleton repo and add typos
Browse files Browse the repository at this point in the history
  • Loading branch information
misumisumi committed Mar 25, 2024
1 parent 6d99da4 commit 40bbb00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions lua/user/plugins/tool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ tool["tyru/open-browser.vim"] = {
event = { "BufReadPost", "BufAdd", "BufNewFile" },
config = require("user.configs.tool.open-browser"),
}
tool["misumisumi/skkeleton"] = {
tool["vim-skk/skkeleton"] = {
lazy = true,
branch = "fix-mapset",
dependencies = {
{ "vim-denops/denops.vim" },
{ "delphinus/skkeleton_indicator.nvim" },
Expand Down
1 change: 1 addition & 0 deletions lua/user/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ settings["lsp_deps"] = {
"taplo",
"terraformls",
"texlab",
"typos",
}
settings["disabled_plugins"] = {
"m4xshen/autoclose.nvim",
Expand Down

0 comments on commit 40bbb00

Please sign in to comment.