Explorar o código

set spell file to be located in .config/lvim

christianchiarulli %!s(int64=3) %!d(string=hai) anos
pai
achega
358d8b0da4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lua/default-config.lua

+ 1 - 0
lua/default-config.lua

@@ -3,6 +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 ]]
 
 lvim = {
   leader = "space",