mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 14:28:18 +02:00
fix formating 😢 (#1243)
This commit is contained in:
parent
00d4ebc165
commit
43c9ca8f27
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ DATA_PATH = vim.fn.stdpath "data"
|
||||||
CACHE_PATH = vim.fn.stdpath "cache"
|
CACHE_PATH = vim.fn.stdpath "cache"
|
||||||
TERMINAL = vim.fn.expand "$TERMINAL"
|
TERMINAL = vim.fn.expand "$TERMINAL"
|
||||||
USER = vim.fn.expand "$USER"
|
USER = vim.fn.expand "$USER"
|
||||||
vim.cmd[[ set spellfile=~/.config/lvim/spell/en.utf-8.add ]]
|
vim.cmd [[ set spellfile=~/.config/lvim/spell/en.utf-8.add ]]
|
||||||
|
|
||||||
lvim = {
|
lvim = {
|
||||||
leader = "space",
|
leader = "space",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue