nvim config update

This commit is contained in:
Salar Rahmanian 2023-03-01 21:52:13 -08:00
parent 8f9763738d
commit b873a14c3a
2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,7 @@ require("lazy").setup("plugins", {
-- See `:help vim.o`
-- Set highlight on search
vim.o.hlsearch = false
vim.o.hlsearch = true
vim.o.incsearch = true
-- clipboard

View file

@ -71,6 +71,7 @@ return {
lua_ls = {
Lua = {
diagnostics = { globals = { 'vim' } },
workspace = { checkThirdParty = false },
telemetry = { enable = false },
},