fix: No LSP config needed on server or vps
This commit is contained in:
parent
f9369c20aa
commit
7790f502b2
2 changed files with 0 additions and 5 deletions
|
@ -14,15 +14,12 @@ set.tabstop = 4
|
||||||
set.shiftwidth = 4
|
set.shiftwidth = 4
|
||||||
set.softtabstop = 4
|
set.softtabstop = 4
|
||||||
set.expandtab = true
|
set.expandtab = true
|
||||||
-- Show LSP signs in the number column
|
|
||||||
set.signcolumn = 'number'
|
|
||||||
-- Turn on spell checking
|
-- Turn on spell checking
|
||||||
set.spell = true
|
set.spell = true
|
||||||
-- Enable mouse support
|
-- Enable mouse support
|
||||||
set.mouse = 'n'
|
set.mouse = 'n'
|
||||||
-- Enable programming dictionary
|
-- Enable programming dictionary
|
||||||
set.spelllang = { "en", "programming" }
|
set.spelllang = { "en", "programming" }
|
||||||
-- Use ctrl-[hjkl] to select the active split
|
|
||||||
|
|
||||||
-- Disable unused plugins
|
-- Disable unused plugins
|
||||||
vim.g.loaded_perl_provider = 0
|
vim.g.loaded_perl_provider = 0
|
||||||
|
|
|
@ -14,8 +14,6 @@ set.tabstop = 4
|
||||||
set.shiftwidth = 4
|
set.shiftwidth = 4
|
||||||
set.softtabstop = 4
|
set.softtabstop = 4
|
||||||
set.expandtab = true
|
set.expandtab = true
|
||||||
-- Show LSP signs in the number column
|
|
||||||
set.signcolumn = 'number'
|
|
||||||
-- Turn on spell checking
|
-- Turn on spell checking
|
||||||
set.spell = true
|
set.spell = true
|
||||||
-- Enable mouse support
|
-- Enable mouse support
|
||||||
|
|
Loading…
Reference in a new issue