소스 검색

Update README.md

Abouzar Parvan 4 년 전
부모
커밋
e057c61f48
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -163,10 +163,10 @@ O.lang.python.analysis.use_library_code_types = true
 In case you want to see all the settings inside LunarVim, run the following:
 
 ```bash
-cd ~/.config/nvim
+cd /tmp
 lvim --headless +'lua require("lv-utils").generate_settings()' +qa && sort -o lv-settings.lua{,}
 ```
-and then inspect `~/.config/nvim/lv-settings.lua` file
+and then inspect `/tmp/lv-settings.lua` file
 
 ## Updating LunarVim