cleanup old comments
This commit is contained in:
parent
9324f3371a
commit
e9b6238c63
1 changed files with 0 additions and 7 deletions
|
@ -1,12 +1,5 @@
|
||||||
return {
|
return {
|
||||||
require("util").setup_lang({ treesitter = { "python", "toml" }, mason = { "ruff", "ruff-lsp" } }),
|
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
|
-- modified from https://www.lazyvim.org/extras/lang/python#nvim-lspconfig
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
|
|
Loading…
Reference in a new issue