Merge branch 'main' into lang/typst

This commit is contained in:
Võ Quang Chiến 2025-04-14 21:32:13 +07:00 committed by GitHub
commit 6b69f7a882
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 541 additions and 301 deletions

View file

@ -37,7 +37,6 @@ return {
rangeVariableTypes = true,
},
analyses = {
fieldalignment = true,
nilness = true,
unusedparams = true,
unusedwrite = true,

View file

@ -48,7 +48,7 @@ return {
vim.api.nvim_create_autocmd("FileType", {
pattern = sql_ft,
callback = function()
if LazyVim.cmp_engine() == "nvim-cmp" then
if LazyVim.has_extra("coding.nvim-cmp") then
local cmp = require("cmp")
-- global sources