diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2026-05-03 01:17:12 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2026-05-03 01:17:12 +0530 |
| commit | 1c7a8e4afaca2d0687e4c0c735f7280d62b560ec (patch) | |
| tree | 53af199c685697feaa5d0286d826dcee59058a7a /lua/plugins/colorscheme.lua | |
| parent | f1973e83d82818583b91786198e81895bc927044 (diff) | |
| download | nvim-1c7a8e4afaca2d0687e4c0c735f7280d62b560ec.zip nvim-1c7a8e4afaca2d0687e4c0c735f7280d62b560ec.tar.gz | |
Fixed Bug
an automated commit
Diffstat (limited to 'lua/plugins/colorscheme.lua')
| -rw-r--r-- | lua/plugins/colorscheme.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua deleted file mode 100644 index 464ab75..0000000 --- a/lua/plugins/colorscheme.lua +++ /dev/null @@ -1,5 +0,0 @@ -vim.pack.add({ - { src = "https://github.com/rose-pine/neovim", name = "rose-pine" }, -}) -vim.o.background = "dark" -vim.cmd([[colorscheme rose-pine]]) |
