feat(neovim): use built-in package manager.

This commit is contained in:
CronyAkatsuki 2025-10-20 18:51:25 +02:00
parent 3b5eceb42f
commit 1f52e22b17
11 changed files with 50 additions and 101 deletions

View file

@ -26,6 +26,5 @@ vim.opt.inccommand = "split"
-- ignore case
vim.opt.ignorecase = true
-- setup leader and local leader
vim.g.mapleader = " "
vim.g.maplocalleader = ";"
-- disable neovim swap files
vim.opt.swapfile = false