reverted to cursor only instead of line

This commit is contained in:
KeeganForelight 2023-04-13 16:36:41 -04:00
parent e9628aa329
commit 65a5e27bb8

View File

@ -34,6 +34,7 @@ Transparent = true
-- timeouts -- timeouts
vim.opt.ttimeout = true vim.opt.ttimeout = true
vim.opt.ttimeoutlen = 100 vim.opt.ttimeoutlen = 100
vim.o.updatetime = 250
-- nvim tree basics -- nvim tree basics
@ -49,7 +50,6 @@ vim.cmd([[
-- language server setup -- language server setup
local lspconfig = require('lspconfig') local lspconfig = require('lspconfig')
vim.o.updatetime = 250
-- local on_attach = function(client, bufnr) -- local on_attach = function(client, bufnr)
-- -- key mappings -- -- key mappings