Adds ruff lsp

This commit is contained in:
Thomas Lazarus 2025-09-17 11:08:46 -05:00
parent 3f0734fcc7
commit a5f772b04d
No known key found for this signature in database
1 changed files with 1 additions and 8 deletions

View File

@ -207,18 +207,11 @@ return {
-- - settings (table): Override the default settings passed when initializing the server.
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = {
-- clangd = {},
-- gopls = {},
ruff = {},
-- pyright = {},
-- rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--
-- Some languages (like typescript) have entire language plugins that can be useful:
-- https://github.com/pmizio/typescript-tools.nvim
--
-- But for many setups, the LSP (`ts_ls`) will work just fine
-- ts_ls = {},
--
lua_ls = {
-- cmd = { ... },