Skip to content

Commit

Permalink
added ruff-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
paperdev-code committed Jul 24, 2024
1 parent e50cdd2 commit d39a05e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/HM/neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ now(function()
})

if detect_bin('zls') then lspconfig.zls.setup({}) end
if detect_bin('ruff-lsp') then lspconfig.ruff_lsp.setup({}) end
end)

later(function()
Expand Down

0 comments on commit d39a05e

Please sign in to comment.