Theme and options for nvim
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
vim.cmd("colorscheme dawnfox")
|
vim.cmd("colorscheme dayfox")
|
||||||
|
|||||||
Reference in New Issue
Block a user