mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 17:32:57 +01:00
remove gitlint
This commit is contained in:
parent
f328062278
commit
76d36ed3cc
2 changed files with 0 additions and 4 deletions
|
@ -5,9 +5,6 @@ nullls.setup {
|
|||
nullls.builtins.code_actions.gitsigns,
|
||||
nullls.builtins.code_actions.shellcheck,
|
||||
nullls.builtins.diagnostics.fish,
|
||||
nullls.builtins.diagnostics.gitlint.with {
|
||||
filetypes = { "gitcommit", "NeogitCommitMessage" },
|
||||
},
|
||||
nullls.builtins.diagnostics.shellcheck,
|
||||
nullls.builtins.diagnostics.tidy,
|
||||
nullls.builtins.formatting.clang_format,
|
||||
|
|
1
justfile
1
justfile
|
@ -1,6 +1,5 @@
|
|||
lsps := "
|
||||
eslint
|
||||
gitlint
|
||||
lua-language-server
|
||||
rust-analyzer
|
||||
shellcheck
|
||||
|
|
Loading…
Reference in a new issue