File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -932,7 +932,7 @@ require('lazy').setup({
932932 -- require 'kickstart.plugins.lint',
933933 -- require 'kickstart.plugins.autopairs',
934934 -- require 'kickstart.plugins.neo-tree',
935- -- require 'kickstart.plugins.gitsigns', -- adds gitsigns recommend keymaps
935+ require ' kickstart.plugins.gitsigns' , -- adds gitsigns recommend keymaps
936936
937937 -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
938938 -- This is the easiest way to modularize your config.
@@ -966,6 +966,9 @@ require('lazy').setup({
966966 },
967967})
968968
969+ require (' lspconfig' ).pyright .setup {
970+ trace = ' verbose' ,
971+ }
969972vim .opt .autochdir = true
970973-- The line beneath this is called `modeline`. See `:help modeline`
971974-- vim: ts=2 sts=2 sw=2 et
You can’t perform that action at this time.
0 commit comments