oakes / SolidOak

An IDE for Rust
https://sekao.net/solidoak/
The Unlicense
893 stars 60 forks source link

Conserned about use of application specific RC file #9

Closed JesseKPhillips closed 9 years ago

JesseKPhillips commented 9 years ago

It seems odd to me that the application would utilize its own RC file for the editor. Unless this is specific to IDE configurations, like .gvimrc. I would expect a common RC file that all neoVim editors would utilizes. It is understandable for neoVim itself to not use or to use .vimrc. Feel free to close this if a .vimrc is already consulted.

oakes commented 9 years ago

Well the main reason is so I can populate it with Rust-specific settings without affecting the normal RC file you use for vim/neovim. I am not sure what standard practice is, but I figured if you really want to use a single file you can use a symlink.