Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KDesp73 committed Feb 2, 2024
1 parent f7a1896 commit 025d46f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Plug 'KDesp73/project-starter.nvim'
```lua
require("project-starter").setup({
default_paths = {
c = "path/to/c/projects/",
cpp = "path/to/cpp/projects/",
java = "path/to/java/projects/", -- this includes java swing projects
nvim_plugins = "path/to/neovim/plugins",
Expand All @@ -57,6 +58,7 @@ Get additional help with `:help project-starter`

Currently supporting:

- C
- C++
- Java
- Java Swing
Expand Down

0 comments on commit 025d46f

Please sign in to comment.