Skip to content

doctorfree/nvim-LazyIde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💤 LazyVim IDE config for Neovim

IT Man - Talk #33 NeoVim as IDE [Vietnamese]

IT Man - Talk #35 #Neovim IDE for Web Developer

[Note:] This Neovim configuration is based on the starter template at https://github.com/jellydn/lazy-nvim-ide and is extensively enhanced for use with Lazyman.

LazyIde Neovim Configuration Installation

Install Lazyman

Lazyman provides tools to manage multiple Neovim configurations and a shell function to fuzzy search and select among them.

git clone https://github.com/doctorfree/nvim-lazyman $HOME/.config/nvim-Lazyman
$HOME/.config/nvim-Lazyman/lazyman.sh

Install the LazyIde Neovim configuration

lazyman -L LazyIde

Configure the shell environment

export NVIM_APPNAME="nvim-LazyIde"
alias nvim="NVIM_APPNAME=nvim-LazyIde nvim"

Alternately, use the nvims Lazyman shell function and select LazyIde.

Screenshots

image

Plugins

bars-and-lines

color

colorscheme

completion

debugging

editing-support

fuzzy-finder

golang

keybinding

lsp

lsp-installer

marks

nvim-dev

plugin-manager

preconfigured

project

scrolling

search

session

snippet

startup

statusline

syntax

test

utility

workflow

Language Servers

  • ansiblels
  • astro
  • awk_ls
  • ccls
  • clangd
  • cmake
  • cssls
  • cssmodules_ls
  • denols
  • dockerls
  • eslint
  • gopls
  • graphql
  • html
  • jsonls
  • lua_ls
  • marksman
  • pylsp
  • pyright
  • ruff_lsp
  • rust_analyzer
  • sqlls
  • svelte
  • tailwindcss
  • taplo
  • texlab
  • tsserver
  • vimls
  • yamlls

Tips

  • Improve key repeat on Mac OSX, need to restart
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 14

Authors

👤 Ronald Joe Record

👤 Huynh Duc Dung

Show your support

Give a ⭐️ if this project helped you!

paypal buymeacoffee

About

LazyVim IDE config for Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages