Set a few options for better Pythoning.

pull/166/head
Kevin James Lausen 3 years ago
parent d192bf5488
commit 5e824dec52

@ -23,8 +23,8 @@ local options = {
updatetime = 300, -- faster completion (4000ms default) updatetime = 300, -- faster completion (4000ms default)
writebackup = true, -- Write a backup file, before saving. writebackup = true, -- Write a backup file, before saving.
expandtab = true, -- convert tabs to spaces expandtab = true, -- convert tabs to spaces
shiftwidth = 2, -- the number of spaces inserted for each indentation shiftwidth = 4, -- the number of spaces inserted for each indentation
tabstop = 2, -- insert 2 spaces for a tab tabstop = 4, -- insert 2 spaces for a tab
cursorline = true, -- highlight the current line cursorline = true, -- highlight the current line
cursorcolumn = true, -- Enable a vertical column, that makes a code cross-hair on the current column. cursorcolumn = true, -- Enable a vertical column, that makes a code cross-hair on the current column.
number = true, -- set numbered lines number = true, -- set numbered lines

Loading…
Cancel
Save