Top "Macvim" questions

MacVim is a version of the Vim text editor for Mac OS X.

UltiSnips and YouCompleteMe

I have bundles ultisnips and youcompleteme installed on my macvim. The problem is that ultisnips doesn't work because tab is …

vim autocomplete macvim ultisnips
Change font size macvim?

I'm using macvim and I love it. I also happen to really like the default font. My question is: How …

font-size macvim
Execute a script directly within vim/mvim/gvim

TextMate has a nice feature that allows you to execute a script from within the current context and shows you …

vim vi macvim
Persistent :set syntax for a given filetype?

I'm working on a Symfony2 project which uses Twig, and the filetypes are myfile.html.twig. Vim doesn't automatically detect …

syntax-highlighting vim twig macvim
Vim command: how to select a word under cursor in normal mode

I'm looking for a Vim command to select a word under cursor in normal mode, like double-clicking by mouse. Does …

vim macvim xvim
VIM Color scheme not loading by default

When I do :colorscheme vilight it loads the color scheme fine. So I added colorscheme vilight to my .vimrc but …

vim macvim
Vim auto complete

So I know you can get Vim autocompletion with Ctrl-X, Ctrl-O but I'm wondering if you could rework it so …

vim macvim
MacVim+NERDTree: How to open a file as a split in furthest horizontal split

I've been browsing mvim docs and have tested out the various commands, but I can't seem to find one that …

macvim nerdtree
Opening a directory in vim

I'm a mac user giving vim a serious try. Most of the GUI editors I'm used to allow me to …

vim vi macvim
MacVim gets all settings from ~/.vimrc, but not the colors and I have to source it again

I am using the following ~/.vimrc with MacVim 7.4 on MacOS X Mavericks: set guifont=Menlo:h14 set encoding=utf8 set …

vim syntax-highlighting macvim vim-syntax-highlighting