mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
test
This commit is contained in:
parent
51f32c5166
commit
f630724532
3 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
-- Autocmds are automatically loaded on the VeryLazy event
|
||||
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
|
||||
-- Add any additional autocmds here
|
||||
--
|
||||
vim.cmd([[highlight Normal guibg=NONE ctermbg=NONE]])
|
||||
|
||||
local lsp = require("lsp-zero").preset({})
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ return {
|
|||
priority = 1000,
|
||||
config = function()
|
||||
require("github-theme").setup({
|
||||
options = {
|
||||
opts = {
|
||||
transparent = true,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue