summaryrefslogtreecommitdiff
path: root/lua/lvim/config
diff options
context:
space:
mode:
authorLostNeophyte <[email protected]>2023-01-18 14:21:31 +0100
committeropalmay <[email protected]>2023-01-20 23:52:10 +0200
commit74bd5e16aa2a9dc4bd751618982fcd6cfba3a036 (patch)
treeac67ecf269cbfb93a008a6279b93a212a334b618 /lua/lvim/config
parent2d3140f0d7497cc8352190b2fd4737a7a3420a68 (diff)
perf: lazy load most plugins
Diffstat (limited to 'lua/lvim/config')
-rw-r--r--lua/lvim/config/settings.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lvim/config/settings.lua b/lua/lvim/config/settings.lua
index 0f3629bd..42281ca1 100644
--- a/lua/lvim/config/settings.lua
+++ b/lua/lvim/config/settings.lua
@@ -26,7 +26,6 @@ M.load_default_options = function()
mouse = "a", -- allow the mouse to be used in neovim
pumheight = 10, -- pop up menu height
showmode = false, -- we don't need to see things like -- INSERT -- anymore
- showtabline = 2, -- always show tabs
smartcase = true, -- smart case
splitbelow = true, -- force all horizontal splits to go below current window
splitright = true, -- force all vertical splits to go to the right of current window