fix(indent-blank): Fix color

This commit is contained in:
rajvatsal 2024-01-10 12:05:48 +05:30
parent d73493f878
commit f50e50c89e
3 changed files with 4 additions and 3 deletions

View file

@ -1,11 +1,9 @@
-- Set <space> as the leader key
-- See `:help mapleader`
-- NOTE: Must happen before plugins are required (otherwise wrong leader will be used)
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
-- [[ Install `lazy.nvim` plugin manager ]]
-- https://github.com/folke/lazy.nvim
-- `:help lazy.nvim.txt` for more info
local lazypath = vim.fn.stdpath 'data' .. '/lazy/lazy.nvim'
if not vim.loop.fs_stat(lazypath) then