xeluxee / competitest.nvim

CompetiTest.nvim is a Neovim plugin for Competitive Programming: it can manage and check testcases, download problems and contests from online judges and much more
GNU Lesser General Public License v3.0
381 stars 15 forks source link

Run "require('competitest').setup() -- to use default configuration" #47

Closed anproa31 closed 5 months ago

anproa31 commented 5 months ago

How can I run "require('competitest').setup() -- to use default configuration". I installed neovim on Windows and downloaded competitest.nvim. But I don't know where to run this command

xeluxee commented 5 months ago

You should put require('competitest').setup() anywhere in your configuration, just as any other neovim lua plugin.