all repos

init.lua @ 7d28b7518580eeaa621c10f4d1794d442d097861

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
add justfile to lsp pattern
Author: neoteny ss2316544@gmail.com
Committed at: 2021-11-30 11:43:26 +0200
Parent: 88075fa
M lua/plugin/project.lua

@@ -4,7 +4,7 @@ function M.setup()

require("project_nvim").setup { manual_mode = false, detection_methods = { "lsp", "pattern" }, - patterns = { ".git", ".svn", "Makefile", "package.json", "go.mod" }, + patterns = { ".git", ".svn", "Makefile", "Justfile", "justfile", "package.json", "go.mod" }, ignore_lsp = {}, exclude_dirs = {}, show_hidden = false,