From aa8af7239322d55571890278dc0e6b8e2278d316 Mon Sep 17 00:00:00 2001 From: John Costa Date: Sat, 4 Feb 2023 17:35:42 +0000 Subject: [PATCH] adding readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..56866071 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Nvim config + +I use [NvChad](https://nvchad.com/) as the base of my config, with some custom plugins and key mappings, as well as language servers. I haven't tested this config on other machines except my own so your experience may vary. + +* NvChad switched to Mason to manage Lsps so you will need to install the ones you want. +* TreeSitter for syntax highlighting, doesn't automatically install new languages, so you have to do this yourself. + +To use my NvChad config, take the files inside `nvchad`, and copy them inside `~/.config/nvim/lua/custom`, a folder NvChad uses for custom configurations.