kohane27 / nvim-config

An IDE layer for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to my Neovim IDE Layer 👋

screenshot

I started off with LunarVim/Neovim-from-scratch. The most interesting part should be lua/lazy_init.lua.

Requirements

System config

OS: EndeavourOS Linux x86_64

WM: sway (I'm on Wayland so you'd need a Wayland clipboard utility like bugaevc/wl-clipboard)

Terminal: kitty

Dependecies

pip3 install pynvim

Languages

pacman -Syu nodejs ruby perl

Tools

pacman -Syu cmake fd ripgrep

Open Neovim and run :Mason to install the LSP servers you need.

Go to /lua/lsp/null_ls.lua to see external dependecies needed for formatters and linters.

CHANGELOG

Author

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

An IDE layer for Neovim


Languages

Language:Lua 96.8%Language:Vim Script 3.2%