mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): auto-darkmode
This commit is contained in:
parent
8aaa3aed7d
commit
e2db6b9ad9
5 changed files with 55 additions and 2 deletions
|
|
@ -70,6 +70,10 @@ require "packer".startup(function(use)
|
|||
use { "hrsh7th/nvim-cmp",
|
||||
requires = { "hrsh7th/cmp-nvim-lsp", "L3MON4D3/LuaSnip", "saadparwaiz1/cmp_luasnip" },
|
||||
}
|
||||
|
||||
-- Auto enable darkmode
|
||||
use "f-person/auto-dark-mode.nvim"
|
||||
|
||||
-- Auto-complete snippets
|
||||
use "rafamadriz/friendly-snippets"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue