diff options
| author | christianchiarulli <[email protected]> | 2021-07-05 16:26:31 -0400 | 
|---|---|---|
| committer | christianchiarulli <[email protected]> | 2021-07-05 16:26:31 -0400 | 
| commit | 20485971641a9d916640ccad05586a641c984ed6 (patch) | |
| tree | d397a3a9adba502b4c26b802d897b8310972f76f /lua/lv-lsp-rooter | |
| parent | 56e82dac4497293541099185441485dd31e98dc8 (diff) | |
| parent | a469c710bfc01f291df68dba40464caaa2b496da (diff) | |
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable
Diffstat (limited to 'lua/lv-lsp-rooter')
| -rw-r--r-- | lua/lv-lsp-rooter/init.lua | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/lv-lsp-rooter/init.lua b/lua/lv-lsp-rooter/init.lua index 7f849072..f4c16a9f 100644 --- a/lua/lv-lsp-rooter/init.lua +++ b/lua/lv-lsp-rooter/init.lua @@ -1,5 +1,5 @@  require("lsp-rooter").setup { -      -- your configuration comes here -      -- or leave it empty to use the default settings -      -- refer to the configuration section below -    } +  -- your configuration comes here +  -- or leave it empty to use the default settings +  -- refer to the configuration section below +}  | 
