reverted to cursor only instead of line
This commit is contained in:
parent
e9628aa329
commit
65a5e27bb8
@ -34,6 +34,7 @@ Transparent = true
|
||||
-- timeouts
|
||||
vim.opt.ttimeout = true
|
||||
vim.opt.ttimeoutlen = 100
|
||||
vim.o.updatetime = 250
|
||||
|
||||
-- nvim tree basics
|
||||
|
||||
@ -49,7 +50,6 @@ vim.cmd([[
|
||||
-- language server setup
|
||||
local lspconfig = require('lspconfig')
|
||||
|
||||
vim.o.updatetime = 250
|
||||
|
||||
-- local on_attach = function(client, bufnr)
|
||||
-- -- key mappings
|
||||
|
Loading…
x
Reference in New Issue
Block a user