commit f54632e23b1d8039467c48d7c2f215681d56b486 parent d27a23318b536ab2b6579f39106056aa49756f5d Author: Thomas Vigouroux <thomas.vigouroux@protonmail.com> Date: Wed, 31 Aug 2022 08:25:44 +0200 docs: add README Diffstat:
A | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,9 @@ +# My personal neovim configuration + +It is written in both lua and viml, though my objective is for it to +become full-lua. + +Here is a brief summary: +- My `Leader` is `<Space>` +- I use LSP, DAP and tree-sitter +- I use my own completion plugin named [complementree](https://github.com/vigoux/complementree.nvim)