diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-04 11:48:55 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-04 11:48:55 -0400 |
commit | 7c01f4cdc87ad82b1af4daca8d74b379acb6fa3b (patch) | |
tree | 00b0f9d812b708658e15e5000ad931fa08c6a0c7 /home-config/home-configuration.scm | |
parent | eafe6ee01108cbe0f5ddd17f03f5c5128a158967 (diff) |
added automatic language server stuff in neovim
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 9e7c6cb..0b951dd 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -86,6 +86,7 @@ | |||
86 | "tcpdump" | 86 | "tcpdump" |
87 | "pamixer" | 87 | "pamixer" |
88 | "git" | 88 | "git" |
89 | "node" | ||
89 | "git-lfs")) | 90 | "git-lfs")) |
90 | (list my-neovim))) | 91 | (list my-neovim))) |
91 | 92 | ||