Skip to content

SoothingDuck/.SpaceVim.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

.SpaceVim.d

My SpaceVim configuration with the following language layers enabled:

  • python
  • clojure
  • html

Installation

Details for Python Layer (on Arch)

Installation of nice to have python modules:

sudo pacman -S python-pylint    \
               yapf             \
               python-isort     \
               python-coverage

If not already done, installation of yay to simplify access to AUR

pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

Installation of modules available only on AUR:

yay -S python-autoflake

Then npm and nodejs (if not already done):

sudo pacman -S npm nodejs

And pyright languageserver for python:

sudo npm install -g pyright

Details for Clojure Layer (on Arch)

Installation of clojure binary + leiningen:

sudo pacman -S clojure leiningen

Installation of cljfmt:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/weavejester/cljfmt/HEAD/install.sh)"

Details for HTML Layer (on Arch)

First install npm and nodejs:

sudo pacman -S npm nodejs

Then lsp for HTML:

sudo npm install --global vscode-html-languageserver-bin

About

My SpaceVim configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published