Skip to content

Instantly share code, notes, and snippets.

View mekeor's full-sized avatar
🔗
https://codeberg.org/mekeor

mekeor

🔗
https://codeberg.org/mekeor
View GitHub Profile
@mekeor
mekeor / empty
Created May 2, 2023 22:31
empty
empty
@mekeor
mekeor / init.lua
Created March 23, 2023 12:25
A Minimal Neovim Configuration for TypeScript Development featuring Lazy.nvim, LSP, Tree-Sitter, Prettier, Guess-Indent
---- about this neovim-configuration
-- - features: completion, lsp, tree-sitter, formatter, automatic configuration of indendation.
-- - goals: web development with typescript and tsx.
-- - themes: on mac, one-light; otherwise, gruvbox.
---- external setup
-- - install git and neovim. e.g., with guix as package-manager, run:
-- guix install git neovim