nvim-config/fnl/options.fnl

4 lines
87 B
Plaintext
Raw Normal View History

2023-07-27 13:11:43 +00:00
(set vim.o.termguicolors true)
(set vim.o.mouse :a)
(set vim.o.clipboard :unnamedplus)