mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-28 22:08:12 +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"
|
||||
TERMINAL = vim.fn.expand "$TERMINAL"
|
||||
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 = {
|
||||
leader = "space",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue