From e6e8ebe10aa40e5a3be2b94cdf3b324f3d3e52e0 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Fri, 9 Aug 2024 22:11:23 -0500 Subject: split-dotfiles --- gentoo/.config/nvim/lua/appearance.org | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 gentoo/.config/nvim/lua/appearance.org (limited to 'gentoo/.config/nvim/lua/appearance.org') diff --git a/gentoo/.config/nvim/lua/appearance.org b/gentoo/.config/nvim/lua/appearance.org deleted file mode 100644 index 274f438..0000000 --- a/gentoo/.config/nvim/lua/appearance.org +++ /dev/null @@ -1,15 +0,0 @@ -#+title: Neovim Appearance Settings -Use line numbers. -#+begin_src lua :tangle ~/.config/nvim/lua/appearance.lua :mkdirp yes - vim.opt.number = true -#+end_src - -Turn on syntax highlighting. -#+begin_src lua :tangle ~/.config/nvim/lua/appearance.lua :mkdirp yes - vim.cmd([[ - set termguicolors - syntax on - colorscheme default - set background=light - ]]) -#+end_src -- cgit v1.2.3