commit 202e754bc0e9b8f1793946f2d312a4356a4235ba
parent 018e6837a265c7cc82b300b812b0c74e5f8fb3a9
Author: minerva-jupiter <ryouturn@gmail.com>
Date: Wed, 24 Sep 2025 18:26:05 +0900
remove skk
Diffstat:
4 files changed, 22 insertions(+), 45 deletions(-)
diff --git a/lazy-lock.json b/lazy-lock.json
@@ -14,7 +14,5 @@
"nvim-treesitter-context": { "branch": "master", "commit": "41847d3dafb5004464708a3db06b14f12bde548a" },
"nvim-treesitter-textobjects": { "branch": "master", "commit": "71385f191ec06ffc60e80e6b0c9a9d5daed4824c" },
"nvim-web-devicons": { "branch": "master", "commit": "6e51ca170563330e063720449c21f43e27ca0bc1" },
- "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
- "render-markdown.nvim": { "branch": "main", "commit": "9ab9dade85d8c7d411cc89b592028da3d1b7955a" },
- "snacks.nvim": { "branch": "main", "commit": "d67a47739dfc652cfcf66c59e929c704a854b37a" }
+ "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" }
}
diff --git a/lua/plugins/render-markdown.lua b/lua/plugins/render-markdown.lua
@@ -1,11 +0,0 @@
-return {
- 'MeanderingProgrammer/render-markdown.nvim',
- -- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
- -- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
- ---@module 'render-markdown'
- ---@type render.md.UserConfig
- opts = {
- completions = { lsp = { enabled = true }},
- },
-}
diff --git a/lua/plugins/scacks.lua b/lua/plugins/scacks.lua
@@ -1,21 +1,21 @@
-return {
- "folke/snacks.nvim",
- priority = 1000,
- lazy = false,
- ---@type snacks.Config
- opts = {
- dashboard = { enabled = true,
- preset = {
- -- Font Name: Slant
- header = [[
- _ ____________ _ ________ ___
- / | / / ____/ __ \ | / / _/ |/ /
- / |/ / __/ / / / / | / // // /|_/ /
- / /| / /___/ /_/ /| |/ // // / / /
-/_/ |_/_____/\____/ |___/___/_/ /_/
- ]],
- }
- },
- indent = { enabled = false },
- },
-}
+return {
+ "folke/snacks.nvim",
+ priority = 1000,
+ lazy = false,
+ ---@type snacks.Config
+ opts = {
+ dashboard = { enabled = true,
+ preset = {
+ -- Font Name: Slant
+ header = [[
+ _ ____________ _ ________ ___
+ / | / / ____/ __ \ | / / _/ |/ /
+ / |/ / __/ / / / / | / // // /|_/ /
+ / /| / /___/ /_/ /| |/ // // / / /
+/_/ |_/_____/\____/ |___/___/_/ /_/
+ ]],
+ }
+ },
+ indent = { enabled = false },
+ },
+}
diff --git a/lua/plugins/skk.lua b/lua/plugins/skk.lua
@@ -1,10 +0,0 @@
-return {
- {
- "vim-denops/denops.vim",
- lazy = false,
- priority = 500,
- },
- {
- "vim-skk/skkeleton",
- },
-}