Przeglądaj źródła

set spell file to be located in .config/lvim

christianchiarulli 3 lat temu
rodzic
commit
358d8b0da4
1 zmienionych plików z 1 dodań i 0 usunięć
  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",