diff --git a/dot_config/nvim/exact_lua/exact_plugins/exact_components/file.lua b/dot_config/nvim/exact_lua/exact_plugins/exact_components/file.lua new file mode 100644 index 0000000..afd5e6f --- /dev/null +++ b/dot_config/nvim/exact_lua/exact_plugins/exact_components/file.lua @@ -0,0 +1,10 @@ +return { + "ahmedkhalf/project.nvim", + config = function() + require("project_nvim").setup { + -- your configuration comes here + -- or leave it empty to use the default settings + -- refer to the configuration section below + } + end +}