diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-29 00:03:28 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-29 00:03:28 +0200 |
commit | beb3ed1effdc5dbd047c583598b83615075363b7 (patch) | |
tree | 5e49355bd20ac94c1dc19530e0605e6dc6c487bb /fnl/plugins/lsp | |
parent | 66f7949711425dc20bfb7612a68d81b5af30b8e9 (diff) |
Update how lsp, snippets and plugins are loaded
Diffstat (limited to 'fnl/plugins/lsp')
-rw-r--r-- | fnl/plugins/lsp/init.fnl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fnl/plugins/lsp/init.fnl b/fnl/plugins/lsp/init.fnl deleted file mode 100644 index f04ba86..0000000 --- a/fnl/plugins/lsp/init.fnl +++ /dev/null @@ -1,3 +0,0 @@ -;; Lsp plugins. - -[(require :plugins.lsp.lspconfig) (require :plugins.lsp.mason)] |