feat hypr keybind helper via quickshell; fix nvim plugins (not completly done yet)
This commit is contained in:
@@ -57,6 +57,7 @@ return {
|
||||
html = { "prettier" },
|
||||
css = { "prettier" },
|
||||
markdown = { "prettier" },
|
||||
tex = { "latexindent" },
|
||||
["jinja.html"] = { "djlint" },
|
||||
},
|
||||
format_on_save = {
|
||||
@@ -65,4 +66,21 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- Doc-stub generation: JSDoc, Javadoc, rustdoc
|
||||
{
|
||||
"danymat/neogen",
|
||||
cmd = "Neogen",
|
||||
keys = {
|
||||
{ "<leader>lg", function() require("neogen").generate() end, desc = "Generate doc" },
|
||||
},
|
||||
opts = {
|
||||
snippet_engine = "luasnip",
|
||||
languages = {
|
||||
java = { template = { annotation_convention = "javadoc" } },
|
||||
typescript = { template = { annotation_convention = "tsdoc" } },
|
||||
rust = { template = { annotation_convention = "rustdoc" } },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user