From 341c3be75228dbd23fd05208d148acecf950d573 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 7 Aug 2024 14:58:48 -0500 Subject: initial commit --- config/nvim/lua/appearance.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config/nvim/lua/appearance.org (limited to 'config/nvim/lua/appearance.org') diff --git a/config/nvim/lua/appearance.org b/config/nvim/lua/appearance.org new file mode 100644 index 0000000..6cbf4ba --- /dev/null +++ b/config/nvim/lua/appearance.org @@ -0,0 +1,15 @@ +#+title: Neovim Appearance Settings +Use line numbers. +#+begin_src lua :tangle yes + vim.opt.number = true +#+end_src + +Set colour scheme. +#+begin_src lua :tangle yes + vim.cmd([[ + set termguicolors + let ayucolor="light" + syntax on + colorscheme ayu + ]]) +#+end_src -- cgit v1.2.3