Giter Club home page Giter Club logo

emacs.d-1's Introduction

简介

配置理念

  • 尽可能不引入多余的package,尽量使用Emacs内置的package
  • 如果能写一个function解决,则不引用package
  • 使用vim快捷键和操作方式
  • 全面拥抱lsp(language server protocol),本项目目前使用eglot(后续准备切到lsp-bridge,由懒猫开发的多线程lsp前端)

使用配置说明

首先clone仓库,然后在仓库根目录运行以下命令更新submodule:

git submodule init 
git summodule update

安装外部依赖

目前支持的lsp功能

python

使用lsp server为 pyright,安装方法如下:

pip install pyright

Vue开发

  • 安装 vls
npm install -g vls
  npm install -g @volar/vue-language-server

Web开发

  • 安装html,css,json language server
npm i -g vscode-langservers-extracted.
  • 安装js和typescript的language server
npm install -g typescript-language-server typescript

注意,windows 平台nodejs版本,如果nvm版本小于1.19可能会有问题。 npm ERR! Unexpected token ‘.’ with with nvm-windows <= 1.1.7 #4234 npm/cli#4234

解决方法可以安装 node 16.13.2,我这边之前安装 16.15 LTS有问题。

React

C/C++

功能介绍(建设中。。。)

其他配置

emacs.d-1's People

Contributors

0owen avatar zilongshanren avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.