Skip to content

marco-souza/scratch.nvim

Repository files navigation

🦙 Personal nvim setup

scratch.nvim/

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:marco-souza/scratch.nvim ~/.config/marco-souza/scratch.nvim
NVIM_APPNAME=marco-souza/scratch.nvim/ nvim --headless +"Lazy! sync" +qa

Open Neovim with this config:

NVIM_APPNAME=marco-souza/scratch.nvim/ nvim

Plugins

colorscheme

comment

completion

editing-support

file-explorer

fuzzy-finder

git

indent

keybinding

lsp

lsp-installer

marks

media

note-taking

nvim-dev

plugin-manager

preconfigured

snippet

startup

statusline

syntax

Language Servers

This readme was generated by Dotfyle

Latest release Last commit Latest Neovim Made with Lua

This project is my neovim setup from scratch (scratch.nvim).

It setups up a few basic thigs like:

  • editor configs
  • colorscheme
  • plugins
  • treesitter

This was baes on:

Dependencies

None, but lazy.nvim will be installed automatically.

You will also need to use git to clone this project.

Usage

# backup old config
mv $HOME/config/nvim $HOME/config/nvim.bkp

# clone config
git clone git@github.com:marco-souza/scratch.nvim.git $HOME/.config/nvim
# or
git clone https://github.com/marco-souza/scratch.nvim.git $HOME/.config/nvim

About

My exploratory neovim setup made from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published