From 13ed809d82b36d4af943fd39c4416e2e6f914eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Mu=C3=B1oz=20Paredes?= Date: Tue, 30 Apr 2024 00:25:36 +0200 Subject: [PATCH] Add ruff and enter as confirm --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 4da9b629..9d2bbe19 100644 --- a/init.lua +++ b/init.lua @@ -558,6 +558,7 @@ require('lazy').setup({ -- clangd = {}, -- gopls = {}, pyright = {}, + ruff = {}, taplo = {}, -- LSP for toml files -- rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs @@ -721,6 +722,7 @@ require('lazy').setup({ -- This will auto-import if your LSP supports it. -- This will expand snippets if the LSP sent a snippet. [''] = cmp.mapping.confirm { select = true }, + [''] = cmp.mapping.confirm { select = true }, -- Manually trigger a completion from nvim-cmp. -- Generally you don't need this, because nvim-cmp will display