Merge 26b6947949 into 3338d39206
This commit is contained in:
commit
4b38fac5a7
3
init.lua
3
init.lua
|
|
@ -166,6 +166,9 @@ vim.o.scrolloff = 10
|
||||||
-- See `:help 'confirm'`
|
-- See `:help 'confirm'`
|
||||||
vim.o.confirm = true
|
vim.o.confirm = true
|
||||||
|
|
||||||
|
-- Removes ANSI formatting characters (like `\033[31m`) printed by shell escape commands (like `:!ls`)
|
||||||
|
vim.env.TERM = 'dumb'
|
||||||
|
|
||||||
-- [[ Basic Keymaps ]]
|
-- [[ Basic Keymaps ]]
|
||||||
-- See `:help vim.keymap.set()`
|
-- See `:help vim.keymap.set()`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue