commit before update

This commit is contained in:
yaroslav
2025-09-06 01:24:29 +03:00
parent f697119ffe
commit 18b8e2d9bf
5 changed files with 14 additions and 1 deletions
+8 -1
View File
@@ -28,6 +28,8 @@ programs.neovim = {
vimtex
coq_nvim
coq-artifacts
transparent-nvim
zenbones-nvim
];
extraLuaConfig = ''
local function my_on_attach(bufnr)
@@ -70,8 +72,13 @@ programs.neovim = {
-- vim.fn["vsnip#anonymous"](args.body)
-- end,
-- },
-- })
--})
set termguicolors = true
set background = dark
colorscheme zenbones
'';
};
}