nvim-config

Log | Files | Refs | Submodules | README

commit 93143c9a21c2434f4cd06d41d286a9d170832f84
parent b49d5ad2bfd38f6378b3215721523fd1fd838d26
Author: Thomas Vigouroux <thomas.vigouroux@protonmail.com>
Date:   Fri, 26 Aug 2022 10:38:23 +0200

fix(init): set debug and remove termdebug

Diffstat:
Minit.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.lua b/init.lua @@ -46,6 +46,7 @@ o.linebreak = true o.breakindent = true o.showbreak = "> " o.laststatus = 3 +o.debug = "throw" -- Completion and ui o.inccommand = "nosplit" @@ -87,7 +88,6 @@ vim.api.nvim_create_autocmd("TextYankPost", { }) vim.cmd [[language en_US.utf8]] vim.cmd [[language time POSIX]] -vim.cmd.packadd "termdebug" vim.cmd.colorscheme "oak" -- Now load plugins and such