Skip to content

Commit

Permalink
chore(settings): update lsps
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesChiuGit committed Jul 7, 2024
1 parent 26123d2 commit be39032
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions lua/core/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,10 @@ settings["lsp_deps"] = {
"marksman",
"pylsp",
-- "emmet_ls",
-- "gopls",
-- "ltex",
"taplo",
-- "texlab",
-- "vimls",
-- "yamlls",
"yamlls",
"nil_ls",
}

Expand All @@ -127,24 +125,16 @@ settings["lsp_deps"] = {
-- https://github.com/nvimtools/none-ls.nvim/tree/main/lua/null-ls/builtins
---@type string[]
settings["null_ls_deps"] = {
-- formatting
"clang_format",
-- "gofumpt",
-- "goimports",
-- "clang_format",
"cmake_lint",
"commitlint",
"eslint_d",
"jq",
"markdownlint",
"prettier",
-- "rustfmt",
"shfmt",
"stylua",

-- diagnostics
-- "zsh",
-- "shellcheck",
-- "markdownlint",

--nix
"shellcheck",
"markdownlint_cli2",
"nixpkgs_fmt",
}

Expand Down

0 comments on commit be39032

Please sign in to comment.