add more neovim plugins
This commit is contained in:
parent
29f6d0a2b9
commit
bbf6641115
10 changed files with 107 additions and 8 deletions
12
.config/nvim/lua/klowner/plugins/gist.lua
Normal file
12
.config/nvim/lua/klowner/plugins/gist.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
{
|
||||
"rawnly/gist.nvim",
|
||||
cmd = { "GistCreate", "GistCreateFromFile", "GistList" },
|
||||
config = true,
|
||||
},
|
||||
{
|
||||
"samjwill/nvim-unception",
|
||||
lazy = false,
|
||||
init = function() vim.g.unception_block_while_host_edits = true end,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue