mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-11-25
This commit is contained in:
@@ -27,7 +27,6 @@ return {
|
||||
cpp = { "clang-format" },
|
||||
css = { "prettier" },
|
||||
go = { "goimports", "gofmt" },
|
||||
haskell = { "fourmolu" },
|
||||
html = html,
|
||||
htmldjango = html,
|
||||
http = { "kulala-fmt" },
|
||||
|
||||
@@ -6,7 +6,6 @@ return {
|
||||
linters_by_ft = {
|
||||
["*"] = { "codespell", "typos" },
|
||||
cmake = { "cmakelint" },
|
||||
haskell = { "hlint" },
|
||||
htmldjango = { "djlint" },
|
||||
javascript = js,
|
||||
javascriptreact = js,
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -19,6 +19,10 @@ return {
|
||||
features = "all",
|
||||
extraEnv = { RUSTC_WRAPPER = "sccache" },
|
||||
},
|
||||
check = {
|
||||
features = "all",
|
||||
command = "clippy",
|
||||
},
|
||||
completion = {
|
||||
fullFunctionSignatures = { enable = true },
|
||||
termSearch = { enable = true },
|
||||
|
||||
Reference in New Issue
Block a user