Skip to content

Commit

Permalink
Removed competitest plugin and indentation global config to start han…
Browse files Browse the repository at this point in the history
…dling it differently for each language.
  • Loading branch information
ljfp committed Dec 17, 2024
1 parent 7f8391b commit 0c23f77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
require("competitest").setup()
vim.opt["tabstop"] = 4
vim.opt["shiftwidth"] = 4
vim.expandtab = false
7 changes: 0 additions & 7 deletions lua/plugins/competitest.lua

This file was deleted.

0 comments on commit 0c23f77

Please sign in to comment.