File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ vim.g.mapleader = ' '
9191vim .g .maplocalleader = ' '
9292
9393-- Set to true if you have a Nerd Font installed and selected in the terminal
94- vim .g .have_nerd_font = false
94+ vim .g .have_nerd_font = False
9595
9696-- [[ Setting options ]]
9797-- See `:help vim.opt`
@@ -656,6 +656,9 @@ require('lazy').setup({
656656 -- Enable the following language servers
657657 -- Feel free to add/remove any LSPs that you want here. They will automatically be installed.
658658 --
659+
660+ -- myown require'lspconfig'.pylsp.setup{}
661+
659662 -- Add any additional override configuration in the following tables. Available keys are:
660663 -- - cmd (table): Override the default command used to start the server
661664 -- - filetypes (table): Override the default list of associated filetypes for the server
@@ -1027,3 +1030,5 @@ require('lazy').setup({
10271030
10281031-- The line beneath this is called `modeline`. See `:help modeline`
10291032-- vim: ts=2 sts=2 sw=2 et
1033+
1034+ vim .o .shiftwidth = 4 -- Number of spaces inserted when indenting; custom
You can’t perform that action at this time.
0 commit comments