Compare commits
2 Commits
50c22738b3
...
36e38b8ff4
Author | SHA1 | Date |
---|---|---|
mandlm | 36e38b8ff4 | |
mandlm | d1627cef60 |
|
@ -143,8 +143,6 @@
|
|||
|
||||
extraConfig = ''
|
||||
lua << EOF
|
||||
vim.o.guifont = "DejaVu Sans Mono:h10"
|
||||
|
||||
${builtins.readFile ./keymaps.lua }
|
||||
${builtins.readFile ./options.lua }
|
||||
${builtins.readFile ./commands.lua }
|
||||
|
@ -162,8 +160,10 @@
|
|||
${builtins.readFile ./nvim-cmp.lua }
|
||||
${builtins.readFile ./telescope.lua }
|
||||
|
||||
do
|
||||
local vim_theme = "${theme}";
|
||||
${builtins.readFile ./themes.lua }
|
||||
vim.opt.background = '${theme}'
|
||||
end
|
||||
|
||||
${builtins.readFile ./project-nvim.lua }
|
||||
${builtins.readFile ./dap.lua }
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
vim.cmd("colorscheme solarized")
|
||||
vim.opt.background = vim_theme
|
||||
|
|
Loading…
Reference in New Issue