vim a key configuration

Use spacevim

installation

  • Terminal performs: curl -sLf https://spacevim.org/cn/install.sh | bashthe installation is completed as shown:

use

  • Use vim not open a file, it loads all the configuration, and then save and exit, just open a file using vim, it is ok

Configured to python development environment

  • Use vim to open a file, press the command mode spc f v dis 空格+f+v+dopen spacevim configuration file, add the following two lines at the end,
    it will automatically load the configuration after then save and exit

    [[layers]]
      name = "lang#python"
  • Configuration is complete, this torment for me this long to configure vim to people who really do not want to go get, people will use the configured it! !

Attach the official website address

https://spacevim.org/quick-start-guide/

Guess you like

Origin www.cnblogs.com/jincieryi1120/p/11024743.html