Theme and options for nvim

This commit is contained in:
François
2025-11-11 18:59:30 +01:00
parent ebe2997ec8
commit a70e27af0b
2 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
local options = { local options = {
termguicolors = true, termguicolors = true,
number = true,
tabstop = 4,
softtabstop = 0,
expandtab = true,
shiftwidth = 4,
smarttab = true,
list = true,
listchars = 'tab:» ,lead:•,trail:•',
} }
for k, v in pairs(options) do for k, v in pairs(options) do

View File

@@ -1 +1 @@
vim.cmd("colorscheme dawnfox") vim.cmd("colorscheme dayfox")