1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-28 18:34:46 +01:00

NVIM: Added neogen

This commit is contained in:
2026-03-24 02:47:58 +01:00
parent 2a08955030
commit 55268e8655
2 changed files with 19 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
return {
-- generate annotations automatically
"danymat/neogen",
opts = {
snippet_engine = "luasnip",
},
}

View File

@@ -7,6 +7,7 @@ return {
"windwp/nvim-ts-autotag", "windwp/nvim-ts-autotag",
-- color brackets -- color brackets
-- 'p00f/nvim-ts-rainbow', -- 'p00f/nvim-ts-rainbow',
"nvim-treesitter/nvim-treesitter-context",
}, },
config = function() config = function()
local treesitter = require("nvim-treesitter") local treesitter = require("nvim-treesitter")
@@ -27,7 +28,7 @@ return {
opts = { opts = {
enable_close = true, enable_close = true,
enable_rename = true, enable_rename = true,
} },
}) })
-- WARN: not directly compatible anymore -- WARN: not directly compatible anymore
-- highlight = { enable = true }, -- highlight = { enable = true },