Git Product home page Git Product logo

mynvim's Introduction

NEOVIM CONFIG WITH PURE LUA

Prerequisite

  1. neovim 0.5 for lua support and native-lsp support
  2. bat for preview text in telescope search dialog
  3. fd for find files by file name
  4. ripgrep for find files by contents in files
  5. Überzug for images preview.
  6. patched fonts. (e.g. nerd-fonts)

Installation

  1. install packer.nvim via git clone https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
  2. clone this repo to personal neovim config folder (e.g. $HOME/.config/nvim)
  3. launch neovim via command nvim
  4. invoke command :PackerSync in neovim and wait for plugin installings
  5. relaunch neovim and the treesitter plugin will automatically download all matained json files for better highlighting.
  6. for LSP supports, you need to install different lsp servers by yourself and add them to init-lspconf.lua

LSP servers

I'm currently using Archlinux with paru as my AUR helper. For installing language servers, you can use scripts below.

sudo pacman -S clang
sudo pacman -S bash-language-server
paru -S pyright
paru -S lua-language-server
paru -S jdtls

mynvim's People

Contributors

nayishan avatar

Watchers

 avatar

Forkers

jzso

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.