Skip to content

marcelarie/nvim-lua

Repository files navigation

Neovim config

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

Open Neovim with this config:

NVIM_APPNAME=marcelarie/nvim-lua/ nvim

Plugins

colorscheme

colorscheme-creation

comment

completion

debugging

diagnostics

editing-support

file-explorer

formatting

fuzzy-finder

git

icon

lsp

lsp-installer

markdown-and-latex

note-taking

nvim-dev

plugin-manager

preconfigured

project

quickfix

session

snippet

startup

statusline

syntax

utility

Language Servers

  • html
  • zk

This readme was generated by Dotfyle

Startup time

LazyStart 8.36ms
LazyDone  101.79ms (+93.43ms)
UIEnter   157.78ms (+56ms)

File Tree

.
├── Dockerfile
├── README.md
├── data
│   └── telescope-sources
│       ├── emoji.json
│       ├── gitmoji.json
│       ├── julia.json
│       ├── kaomoji.json
│       ├── latex.json
│       ├── math.json
│       └── url_encoded.json
├── info.md
├── init.lua
├── lazy-lock.json
├── ltex-dictionaries
│   ├── ltex.dictionary.en-US.txt
│   └── ltex.hiddenFalsePositives.en-US.txt
├── lua
│   ├── autocmd.lua
│   ├── color-settings.lua
│   ├── keymaps.lua
│   ├── kickstart
│   │   └── plugins
│   │       └── debug.lua
│   ├── lazy-bootstrap.lua
│   ├── lazy-plugins.lua
│   ├── lsp-setup.lua
│   ├── options.lua
│   ├── plugins
│   │   ├── alpha.lua
│   │   ├── cmp.lua
│   │   ├── colorschemes.lua
│   │   ├── git-blame.lua
│   │   ├── git-conflict.lua
│   │   ├── git-signs.lua
│   │   ├── incline.lua
│   │   ├── init.lua
│   │   ├── kanagawa.lua
│   │   ├── lsp-trouble.lua
│   │   ├── lualine.lua
│   │   ├── luasnip.lua
│   │   ├── mason-null-ls.lua
│   │   ├── nvim-surround.lua
│   │   ├── oil.lua
│   │   ├── persisted.lua
│   │   ├── snap.lua
│   │   ├── substitute.lua
│   │   ├── telekasten.lua
│   │   ├── telescope.lua
│   │   ├── undotree.lua
│   │   ├── vim-ai.lua
│   │   ├── zen-mode.lua
│   │   └── zk.lua
│   └── treesitter-setup.lua
├── scripts
├── spell
│   ├── en.utf-8.add
│   └── en.utf-8.add.spl
└── stylua.toml

10 directories, 50 files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages