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 /init.vim | |
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 'init.vim')
-rw-r--r-- | init.vim | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -35,7 +35,7 @@ Plug 'hrsh7th/cmp-vsnip' Plug 'hrsh7th/nvim-cmp' Plug 'hrsh7th/vim-vsnip' Plug 'kyazdani42/nvim-web-devicons' -Plug 'lukas-reineke/virt-column.nvim' +" Plug 'lukas-reineke/virt-column.nvim' Plug 'nanozuki/tabby.nvim' Plug 'neovim/nvim-lspconfig' Plug 'nvim-lua/plenary.nvim' @@ -320,10 +320,10 @@ lua << EOF -- other configuration values here }) - require("virt-column").setup({ - char = '▐', - highlight = "ColorColumnLine" - }) + -- require("virt-column").setup({ + -- char = '│', + -- highlight = "ColorColumnLine" + -- }) function run_format_code() local lsps = vim.lsp.buf_get_clients() |