diff options
| author | seth <[email protected]> | 2022-12-02 07:47:54 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2022-12-02 07:47:54 +0000 |
| commit | 0912f5dc12cde4f925a0669aa6c1cbdb189b503d (patch) | |
| tree | 56fdb32edc807c073772b90a01aeffadbdf05981 /users/seth/programs/neovim/lua | |
| parent | 3222355811768b7c84e13017a51cf53f7969cb4e (diff) | |
misc config changes
Diffstat (limited to 'users/seth/programs/neovim/lua')
| -rw-r--r-- | users/seth/programs/neovim/lua/lua/getchoo/lsp/config/sources.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/seth/programs/neovim/lua/lua/getchoo/lsp/config/sources.lua b/users/seth/programs/neovim/lua/lua/getchoo/lsp/config/sources.lua index 1898870..c8c67d1 100644 --- a/users/seth/programs/neovim/lua/lua/getchoo/lsp/config/sources.lua +++ b/users/seth/programs/neovim/lua/lua/getchoo/lsp/config/sources.lua @@ -1,13 +1,18 @@ local null_ls = require("null-ls") +local code_actions = null_ls.builtins.code_actions local diagnostics = null_ls.builtins.diagnostics local formatting = null_ls.builtins.formatting local M = { lsp_servers = { "rust_analyzer", "pyright", "bashls" }, null_ls = { + code_actions.statix, diagnostics.alex, diagnostics.codespell, + diagnostics.statix, + diagnostics.deadnix, diagnostics.flake8, + formatting.alejandra, formatting.black, formatting.codespell, formatting.prettier, |
