Vimr: How to configure vimr?

Created on 7 Nov 2017  Â·  5Comments  Â·  Source: qvacua/vimr

Hi,

How can I configure vimr similarly as editing ~/.vimrc for vim?

I found out that the file should be ~/.vimr_rc however my rvim crashes with this config
syntax on filetype plugin indent on set background=light colorscheme solarized

Most helpful comment

There is a ~/.config/nvim/init.vim file you can use pretty much like a
.vmrc file.

On Nov 7, 2017 4:59 AM, "Laurynas Tumosa" notifications@github.com wrote:

Hi,

How can I configure vimr similarly as editing ~/.vimrc for vim?

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/qvacua/vimr/issues/556, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABgDsYeZgsh84CPukTFy8h_J0PTy_Bb_ks5s0FQogaJpZM4QUwAd
.

All 5 comments

There is a ~/.config/nvim/init.vim file you can use pretty much like a
.vmrc file.

On Nov 7, 2017 4:59 AM, "Laurynas Tumosa" notifications@github.com wrote:

Hi,

How can I configure vimr similarly as editing ~/.vimrc for vim?

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/qvacua/vimr/issues/556, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABgDsYeZgsh84CPukTFy8h_J0PTy_Bb_ks5s0FQogaJpZM4QUwAd
.

It's a problem with solarized theme, I solved this problem by changing the normal solarized plugin to
NeoSolarized
Then change the colorscheme solarized to colorscheme NeoSolarized will help

.vimr_rc file is not supported anymore (it was a feature of the old MacVim-based VimR). Closing...

@qvacua How can i change the shortcut of vimr now, while .vimr_rc file is not supported ?

@lovepocky It's not yet possible. I hope to find some time soon to implement it...

Was this page helpful?
0 / 5 - 0 ratings