cleanup old comments

This commit is contained in:
Daylin Morgan 2024-08-06 11:31:48 -05:00
parent 9324f3371a
commit e9b6238c63
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,12 +1,5 @@
return {
require("util").setup_lang({ treesitter = { "python", "toml" }, mason = { "ruff", "ruff-lsp" } }),
-- {
-- "nvimtools/none-ls.nvim",
-- opts = function(_, opts)
-- local nls = require("null-ls")
-- table.insert(opts.sources or {}, nls.builtins.formatting.ruff)
-- end,
-- },
-- modified from https://www.lazyvim.org/extras/lang/python#nvim-lspconfig
{
"neovim/nvim-lspconfig",