wookayin / dotfiles

:house: Personal dotfiles for *NIX systems

Home Page:https://dotfiles.wook.kr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple question: do you use VimR?

dukeow94 opened this issue · comments

I found the VimR configurations in init.lua.

dotfiles/nvim/init.lua

Lines 17 to 22 in 08ba052

if vim.fn.has('gui_vimr') > 0 then
vim.cmd [[
set termguicolors
set title
]]
end

Do you prefer using GUIs like VimR over using vim inside of a terminal?
And if you do, what makes you use VimR? (markdown preview maybe? 🤔 )

Hi @dukeow94, thanks for your question. Most of the time I use vim inside a terminal, but sometimes I do use VimR as well. As a standalone macOS GUI app, it integrates well with macOS: for example, I can drag-and-drop a file from Finder into VimR to quickly open files (it's a bit complicated to do so with terminal). Markdown preview is also useful when editing README.md files :)

Please feel free to drop any further questions or suggestions if you have any.