nvim-config/fnl/options.fnl

5 lines
121 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)
2023-07-28 13:47:43 +00:00
(vim.cmd.colorscheme :everforest)