summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a8a2f11
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Dotfiles Repository
+
+My personal dotfiles repository.
+
+## nvim
+
+### lspconfig requirements
+
+My lspconfig uses language servers for:
+
+- Bash (bash-language-server)
+- C (clang)
+- html, css, JavaScript, TypeScript (emmet-ls)
+- Lua (lua-language-server)
+- Python (python-lsp-server, jedi)