diff options
Diffstat (limited to 'config/nvim')
| -rw-r--r-- | config/nvim/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/nvim/init.lua b/config/nvim/init.lua index da1d353..e6d6697 100644 --- a/config/nvim/init.lua +++ b/config/nvim/init.lua @@ -43,6 +43,8 @@ vim.opt.laststatus = 2 -- always a statusline (all window) vim.opt.showcmd = true -- show current partial command in the bottom right vim.opt.showmode = false -- dont show current mode (i.e --INSERT--) +vim.opt.ch = 0 -- make command line invisible when not typing command + -- remove ugly treesitter error highlight -- require "nvim-treesitter.highlight" -- local hlmap = vim.treesitter.highlighter.hl_map |
