From ff05cf8b89fccabcfa3095f6cf5c935e41e64650 Mon Sep 17 00:00:00 2001 From: lucas nicolas Date: Tue, 27 Feb 2024 03:00:18 +0100 Subject: [PATCH] =?UTF-8?q?premi=C3=A8re=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 0a78bc31..389b8900 100644 --- a/init.lua +++ b/init.lua @@ -536,7 +536,7 @@ require('lazy').setup({ -- - 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 = { - typoslsp = {}, + typos_lsp = {}, clangd = {}, gopls = {}, -- pylyzer = {}, @@ -804,15 +804,15 @@ require('lazy').setup({ -- Here are some example plugins that I've included in the kickstart repository. -- Uncomment any of the lines below to enable them (you will need to restart nvim). -- - -- require 'kickstart.plugins.debug', - -- require 'kickstart.plugins.indent_line', + require 'kickstart.plugins.debug', + require 'kickstart.plugins.indent_line', -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua` -- This is the easiest way to modularize your config. -- -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. -- For additional information see: :help lazy.nvim-lazy.nvim-structuring-your-plugins - -- { import = 'custom.plugins' }, + { import = 'custom.plugins' }, }, {}) -- The line beneath this is called `modeline`. See `:help modeline`