fix: No LSP config needed on server or vps

This commit is contained in:
Sayantan Santra 2024-03-20 17:59:17 -05:00
parent f9369c20aa
commit 7790f502b2
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F
2 changed files with 0 additions and 5 deletions

View file

@ -14,15 +14,12 @@ set.tabstop = 4
set.shiftwidth = 4
set.softtabstop = 4
set.expandtab = true
-- Show LSP signs in the number column
set.signcolumn = 'number'
-- Turn on spell checking
set.spell = true
-- Enable mouse support
set.mouse = 'n'
-- Enable programming dictionary
set.spelllang = { "en", "programming" }
-- Use ctrl-[hjkl] to select the active split
-- Disable unused plugins
vim.g.loaded_perl_provider = 0

View file

@ -14,8 +14,6 @@ set.tabstop = 4
set.shiftwidth = 4
set.softtabstop = 4
set.expandtab = true
-- Show LSP signs in the number column
set.signcolumn = 'number'
-- Turn on spell checking
set.spell = true
-- Enable mouse support