From c2926bf7d0f9c7cae72bbfc952c5b6445f1be25f Mon Sep 17 00:00:00 2001 From: rene Date: Tue, 16 Dec 2025 17:48:02 +0100 Subject: [PATCH] feat: Neovim config mit LSP, Treesitter und PlatformIO --- nvim/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/README.md b/nvim/README.md index 846badb..be87ce0 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -35,6 +35,7 @@ sudo apt install neovim ripgrep fd-find nodejs npm ### Dotfiles installieren ```bash +git clone git@dsm.motocamp.de:3051/rene/dotfiles-rene.git ~/git-projekte/dotfiles-rene cd ~/git-projekte/dotfiles-rene/nvim chmod +x install-nvim-dotfiles.sh ./install-nvim-dotfiles.sh