update nvim
This commit is contained in:
parent
3338d39206
commit
786b0e0970
31 changed files with 2204 additions and 15 deletions
11
lua/phoenix/plugins/neogen.lua
Normal file
11
lua/phoenix/plugins/neogen.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
local keymap = require 'phoenix.utils.keymap'
|
||||
|
||||
return {
|
||||
'danymat/neogen',
|
||||
dependencies = 'nvim-treesitter/nvim-treesitter',
|
||||
config = function()
|
||||
require("neogen").setup({})
|
||||
|
||||
keymap('n', '<leader>nf', ":lua require('neogen').generate()<CR>")
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue