From 98f8a77819670ce6012216e01885c135a6d3a289 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Sat, 24 Jul 2021 21:17:11 -0400 Subject: New contract (#1080) Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint --- ftplugin/cpp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 120000 => 100644 ftplugin/cpp.lua (limited to 'ftplugin/cpp.lua') diff --git a/ftplugin/cpp.lua b/ftplugin/cpp.lua deleted file mode 120000 index d2be5311..00000000 --- a/ftplugin/cpp.lua +++ /dev/null @@ -1 +0,0 @@ -c.lua \ No newline at end of file diff --git a/ftplugin/cpp.lua b/ftplugin/cpp.lua new file mode 100644 index 00000000..6028ea49 --- /dev/null +++ b/ftplugin/cpp.lua @@ -0,0 +1 @@ +require("lsp").setup "cpp" -- cgit v1.2.3