@@ -616,7 +616,7 @@ require('lazy').setup({
616616 local servers = {
617617 -- clangd = {},
618618 -- gopls = {},
619- -- pyright = {},
619+ pyright = {},
620620 -- rust_analyzer = {},
621621 -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
622622 --
@@ -927,17 +927,17 @@ require('lazy').setup({
927927 -- Uncomment any of the lines below to enable them (you will need to restart nvim).
928928 --
929929 -- require 'kickstart.plugins.debug',
930- -- require 'kickstart.plugins.indent_line',
930+ require ' kickstart.plugins.indent_line' ,
931931 -- require 'kickstart.plugins.lint',
932932 -- require 'kickstart.plugins.autopairs',
933- -- require 'kickstart.plugins.neo-tree',
933+ require ' kickstart.plugins.neo-tree' ,
934934 -- require 'kickstart.plugins.gitsigns', -- adds gitsigns recommend keymaps
935935
936936 -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
937937 -- This is the easiest way to modularize your config.
938938 --
939939 -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
940- -- { import = 'custom.plugins' },
940+ { import = ' custom.plugins' },
941941 --
942942 -- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
943943 -- Or use telescope!
0 commit comments