diff options
author | Josh Rahm <rahm@google.com> | 2024-07-09 11:22:00 -0600 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-07-09 11:22:00 -0600 |
commit | 5a67c0b472324f1086c5024b23f7c58009a43636 (patch) | |
tree | 575a935b8165394560252ce65e5a10ee28cf00c1 /lua/lsp.lua | |
parent | 2708ef39e6da0b55b4a5006403aa1c5b9a3b58fa (diff) | |
download | config.vim-5a67c0b472324f1086c5024b23f7c58009a43636.tar.gz config.vim-5a67c0b472324f1086c5024b23f7c58009a43636.tar.bz2 config.vim-5a67c0b472324f1086c5024b23f7c58009a43636.zip |
Remove lualine.
It slows down scrolling too much and makes the performance choppy.
Diffstat (limited to 'lua/lsp.lua')
-rw-r--r-- | lua/lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lsp.lua b/lua/lsp.lua index 4c0fb66..6684c80 100644 --- a/lua/lsp.lua +++ b/lua/lsp.lua @@ -12,6 +12,7 @@ nvim_lsp.rust_analyzer.setup {} nvim_lsp.verible.setup {} nvim_lsp.vimls.setup {} nvim_lsp.zls.setup {} +nvim_lsp.texlab.setup {} nvim_lsp.hls.setup { settings = { haskell = { |