summaryrefslogtreecommitdiff
path: root/ftplugin/rust.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-10-03 16:13:46 +0200
committerGitHub <[email protected]>2021-10-03 16:13:46 +0200
commitd01ba08eaec1640ac2d038893525b3ba0af25813 (patch)
tree5edf2f5a12cedacb32f0c5d45ec2d999dacb99cd /ftplugin/rust.lua
parent3e1cd1ec235404ae96ed2d0756729cf44ae48f3e (diff)
refactor: auto-generate language configuration (#1584)
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
Diffstat (limited to 'ftplugin/rust.lua')
-rw-r--r--ftplugin/rust.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/ftplugin/rust.lua b/ftplugin/rust.lua
deleted file mode 100644
index f1623f25..00000000
--- a/ftplugin/rust.lua
+++ /dev/null
@@ -1,4 +0,0 @@
-require("lsp").setup "rust"
-
--- TODO get from dap
--- require("lang.rust").dap()