My neovim config.
Go to file
Ryan 082705f561
feat(lsp): better telescope and lsp
Signed-off-by: Ryan <ryan@alien.gov>
2023-12-12 17:05:29 +08:00
lua feat(lsp): better telescope and lsp 2023-12-12 17:05:29 +08:00
.gitignore Update netrw and games 2023-11-23 15:24:50 +08:00
README.md docs(README): Use readme auto-generated by dotfyle 2023-12-12 11:56:09 +08:00
init.lua 🏷️ Update(lualine): Update lualine 2023-11-30 16:08:32 +08:00
lazy-lock.json feat(lsp): better telescope and lsp 2023-12-12 17:05:29 +08:00

README.md

config.nvim/

Minimalistic but fully functional neovim config, with full LSP and TS support and completion

Use lua plugins when possible, lazy load and byte-compile when possible, use neovim builtin features when possible.

Never override default keymap with different functionality.

Install Instructions

Install requires Neovim 0.9+. Always review the code before installing a configuration.

Clone the repository and install the plugins:

git clone git@github.com:JuanCldCmt/config.nvim ~/.config/JuanCldCmt/config.nvim
NVIM_APPNAME=JuanCldCmt/config.nvim/ nvim --headless +"Lazy! sync" +qa

Open Neovim with this config:

NVIM_APPNAME=JuanCldCmt/config.nvim/ nvim

Plugins

color

colorscheme

comment

completion

editing-support

fuzzy-finder

game

git

lsp

lsp-installer

nvim-dev

plugin-manager

quickfix

snippet

statusline

syntax

utility

Language Servers

  • rust_analyzer

This readme was generated by Dotfyle