Added html and js lsp and changed the line shifting to just 20 rules instead of staying in the middle forever
This commit is contained in:
@@ -24,7 +24,7 @@ vim.opt.incsearch = true
|
||||
vim.opt.termguicolors = true
|
||||
|
||||
-- Scrolling stuff
|
||||
vim.opt.scrolloff = 999
|
||||
vim.opt.scrolloff = 20
|
||||
vim.opt.signcolumn = "yes"
|
||||
vim.opt.isfname:append("@-@")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user