Skip to content

Commit

Permalink
update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gw31415 committed Nov 26, 2023
1 parent b844f49 commit cd5df6b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dot_config/nvim/dein/tweaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ repo = "hrsh7th/nvim-insx"
on_event = "InsertEnter"
lua_source = "require 'insx.preset.standard'.setup()"

[[plugins]]
repo = "cshuaimin/ssr.nvim"
on_lua = "ssr"
lua_add = '''
vim.keymap.set({ "n", "x" }, "<leader>/", function() require("ssr").open() end)
'''

[[plugins]]
repo = "gw31415/scrollUptoLastLine.vim"
on_map = { niv = '<MouseUp>' }
lua_source = "vim.keymap.set({'', 'i'}, '<S-MouseUp>', '<Nop>')"

[[plugins]]
repo = "delphinus/cellwidths.nvim"
on_event = "UIEnter"
Expand Down

0 comments on commit cd5df6b

Please sign in to comment.