fix(indent-blank): Fix color
This commit is contained in:
parent
d73493f878
commit
f50e50c89e
3 changed files with 4 additions and 3 deletions
2
init.lua
2
init.lua
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue