Skip to content

Commit

Permalink
neovim: add rust tools
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Feb 18, 2024
1 parent 86abb4f commit 3f5e42a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ local lsp_tools = {
'lua-language-server',
'marksman',
'pyright',
'rust-analyzer',
'taplo',
'terraform-ls',
'yaml-language-server',
Expand All @@ -29,6 +30,7 @@ local lsp_tools = {
'shfmt',
'stylua',
'clang-format',
'rustfmt',

-- code actions
'gomodifytags',
Expand Down Expand Up @@ -245,6 +247,7 @@ return {
vim.fn.expand('$HOME/dotfiles/markdownlint/markdownlint.yaml'),
},
}),
null_ls.builtins.formatting.rustfmt,

-- code actions
null_ls.builtins.code_actions.refactoring,
Expand Down

0 comments on commit 3f5e42a

Please sign in to comment.