Compare commits
No commits in common. "c83e5b8b4addfcd2b937bd32422740184b7640de" and "fc221e40961a3d6909e779ac277bc6ebcdfaae39" have entirely different histories.
c83e5b8b4a
...
fc221e4096
5 changed files with 12 additions and 40 deletions
|
@ -23,4 +23,5 @@
|
|||
"news": {
|
||||
"NEWS.md": "6520"
|
||||
},
|
||||
"version": 7
|
||||
"version": 6
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
return {
|
||||
{
|
||||
"https://git.zynh.me/Zynh0722/codesnap.nvim",
|
||||
branch = "rose-pine-theme",
|
||||
"mistricky/codesnap.nvim",
|
||||
build = "make",
|
||||
cmd = "CodeSnap",
|
||||
opts = {
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
return {
|
||||
"stevearc/conform.nvim",
|
||||
opts = {
|
||||
formatters = {
|
||||
sqlfluff = {
|
||||
args = { "format", "--dialect=sqlite", "-" },
|
||||
},
|
||||
formatters_by_ft = {
|
||||
sql = { "sql_formatter" },
|
||||
-- nix = { "nixpgs_fmt" },
|
||||
},
|
||||
},
|
||||
setup = {},
|
||||
}
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
return {
|
||||
"mfussenegger/nvim-lint",
|
||||
opts = {
|
||||
linters = {
|
||||
sqlfluff = {
|
||||
args = {
|
||||
"lint",
|
||||
"--format=json",
|
||||
-- note: users will have to replace the --dialect argument accordingly
|
||||
"--dialect=sqlite",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
|
@ -19,23 +19,12 @@ return {
|
|||
enable = false,
|
||||
},
|
||||
},
|
||||
-- procMacro = {
|
||||
-- enable = true,
|
||||
-- ignored = {
|
||||
-- ["leptos_macro"] = { "component" },
|
||||
-- },
|
||||
-- },
|
||||
-- files = {
|
||||
-- excludeDirs = {
|
||||
-- ".direnv",
|
||||
-- "target",
|
||||
-- },
|
||||
-- watcherExclude = {
|
||||
-- ".direnv",
|
||||
-- "target",
|
||||
-- "node_modules"
|
||||
-- },
|
||||
-- },
|
||||
procMacro = {
|
||||
enable = true,
|
||||
-- ignored = {
|
||||
-- ["leptos_macro"] = { "component" },
|
||||
-- },
|
||||
},
|
||||
checkOnSave = true,
|
||||
check = {
|
||||
command = "clippy",
|
||||
|
|
Loading…
Reference in a new issue