From 33ccd8c2bd2693625c452bbb1dd224f85159dcb9 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 11 Dec 2023 22:41:03 +0100 Subject: development: use rustaceanvim for rust, add dap plugins --- dotfiles/vim/ftplugin/rust.lua | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 dotfiles/vim/ftplugin/rust.lua (limited to 'dotfiles/vim/ftplugin') diff --git a/dotfiles/vim/ftplugin/rust.lua b/dotfiles/vim/ftplugin/rust.lua deleted file mode 100644 index 23a46f1..0000000 --- a/dotfiles/vim/ftplugin/rust.lua +++ /dev/null @@ -1,18 +0,0 @@ --- TODO: suffixes, includes - -vim.bo.expandtab = true -vim.bo.shiftwidth = 4 -vim.bo.softtabstop = 4 -vim.bo.textwidth = 99 - -vim.opt_local.comments = { - "s0:/*!", - "ex:*/", - "s1:/*", - "mb:*", - "ex:*/", - ":///", - "://!", - "://", -} -vim.bo.commentstring = "// %s" -- cgit v1.2.3