Skip to content

Commit d963059

Browse files
hackermanJChackermanJC
authored andcommitted
added pyright
1 parent 38f4744 commit d963059

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

init.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ vim.g.mapleader = ' '
9191
vim.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

0 commit comments

Comments
 (0)