Update
This commit is contained in:
parent
3bfc81520c
commit
00a88970a1
1 changed files with 11 additions and 0 deletions
11
init.lua
11
init.lua
|
|
@ -108,6 +108,16 @@ require("lazy").setup({
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
'vim-skk/eskk.vim',
|
||||
init = function()
|
||||
vim.g['eskk#large_dictionary'] = {
|
||||
path = '/usr/share/skk/SKK-JISYO.L',
|
||||
sorted = 1,
|
||||
encoding = 'euc-jp',
|
||||
}
|
||||
end,
|
||||
},
|
||||
{ "nvim-treesitter/nvim-treesitter", lazy = false, build = ":TSUpdate" },
|
||||
{
|
||||
"benlubas/molten-nvim",
|
||||
|
|
@ -654,6 +664,7 @@ map('n', '<A-c>', '<Cmd>BufferClose<CR>', opts)
|
|||
map('n', '<A-p>', '<Cmd>BufferPick<CR>', opts)
|
||||
map('n', '<A-p>', '<Cmd>BufferPick<CR>', opts)
|
||||
map('n', '<A-p>', '<Cmd>BufferPick<CR>', opts)
|
||||
vim.keymap.set('i', '<C-j>', '<Plug>(eskk:toggle)')
|
||||
local neogit = require('neogit')
|
||||
local wk = require("which-key")
|
||||
local gitsigns = require('gitsigns')
|
||||
|
|
|
|||
Loading…
Reference in a new issue