Update 2025-11-25

This commit is contained in:
2025-11-25 20:19:44 +02:00
parent f5c52bcc9d
commit 0602afb25a
7 changed files with 48 additions and 42 deletions

View File

@@ -27,7 +27,6 @@ return {
cpp = { "clang-format" },
css = { "prettier" },
go = { "goimports", "gofmt" },
haskell = { "fourmolu" },
html = html,
htmldjango = html,
http = { "kulala-fmt" },

View File

@@ -6,7 +6,6 @@ return {
linters_by_ft = {
["*"] = { "codespell", "typos" },
cmake = { "cmakelint" },
haskell = { "hlint" },
htmldjango = { "djlint" },
javascript = js,
javascriptreact = js,

View File

@@ -2,7 +2,7 @@ return {
{
"L3MON4D3/LuaSnip",
build = "make install_jsregexp",
version = "v2.*",
version = "v2.4.0",
dependencies = { "rafamadriz/friendly-snippets" },
opts = function()
local types = require("luasnip.util.types")

View File

@@ -19,6 +19,10 @@ return {
features = "all",
extraEnv = { RUSTC_WRAPPER = "sccache" },
},
check = {
features = "all",
command = "clippy",
},
completion = {
fullFunctionSignatures = { enable = true },
termSearch = { enable = true },