nvim theme settings

This commit is contained in:
2025-04-02 20:46:30 +02:00
parent 0634216a1d
commit cc3e4b5a87
5 changed files with 31 additions and 6 deletions

View File

@@ -15,12 +15,6 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)
-- Make sure to setup `mapleader` and `maplocalleader` before
-- loading lazy.nvim so that mappings are correct.
-- This is also a good place to setup other settings (vim.opt)
vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
-- Setup lazy.nvim
require("lazy").setup({
spec = {