update
This commit is contained in:
parent
689d0b2dc2
commit
1453525b2a
@ -69,7 +69,7 @@ lvim.keys.insert_mode[";;"] = "<Esc>"
|
||||
lvim.keys.normal_mode["<C-s>"] = "<CMD>w!<CR>"
|
||||
lvim.keys.normal_mode["<C-z>"] = "<CMD>undo<CR>"
|
||||
lvim.keys.normal_mode["<M-z>"] = "<CMD>redo<CR>"
|
||||
lvim.keys.normal_mode["<C-w>"] = "<CMD>BufferKill<CR>"
|
||||
-- lvim.keys.normal_mode["<C-w>"] = "<CMD>BufferKill<CR>"
|
||||
lvim.keys.normal_mode["<C-[>"] = ":<<CR>"
|
||||
lvim.keys.normal_mode["<C-]>"] = ":><CR>"
|
||||
|
||||
@ -276,6 +276,15 @@ lvim.plugins = {
|
||||
})
|
||||
end
|
||||
},
|
||||
-- languagetool
|
||||
{
|
||||
'dpelle/vim-grammalecte',
|
||||
config = function ()
|
||||
vim.cmd([[
|
||||
let g:grammalecte_cli_py = '/usr/bin/grammalecte-cli'
|
||||
]])
|
||||
end
|
||||
},
|
||||
-- markdown previewer
|
||||
{
|
||||
'iamcco/markdown-preview.nvim',
|
||||
|
Loading…
Reference in New Issue
Block a user