Neovim Configuration
Find a file
2024-09-02 16:08:20 +07:00
lua lazy-lsp: ignored bazelrc-lsp 2024-09-02 16:08:20 +07:00
queries/go initial commit 2 2024-06-17 15:22:39 +07:00
.gitignore lazy: enabled lockfile 2024-06-17 15:51:45 +07:00
.neoconf.json initial commit 2 2024-06-17 15:22:39 +07:00
init.lua initial commit 2 2024-06-17 15:22:39 +07:00
lazy-lock.json lazy-lsp: ignored bazelrc-lsp 2024-09-02 16:08:20 +07:00
lazyvim.json arrow: removed harpoon2 and changed to arrow 2024-08-23 07:57:46 +07:00
LICENSE Initial commit 2024-06-17 15:19:55 +07:00
README.md neovim: update readme 2024-08-19 20:05:49 +07:00
stylua.toml initial commit 2 2024-06-17 15:22:39 +07:00

Neovim

Neovim Configuration

Screenshot

This repository contains my Neovim configuration.

This Neovim configuration stay close to my NixOS config to keep up the dependencies used.

Features (Configured for)

Basic

  • Syntax Highlighting via Treesitter
  • Autocompletion and Git integration in the number column.

Auto-Completion

  • LSP Integration

Hover Window

Golang

Gomplements-Pic

  • Generate stub implementation by searching the definition.

Impl-Gif