We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426692c commit e08ae55Copy full SHA for e08ae55
cpsm_config.py
@@ -1,7 +1,7 @@
1
# Configuration file for CPSM
2
3
# Command to run for opening the files when starting a new solution
4
-editor = "vim -p"
+editor = "nvim -p"
5
6
# Should CPSM open the input file along with the code file? This is particularly
7
# useful if your editor does not support files
@@ -318,6 +318,7 @@
318
#
319
320
import importlib.util
321
+
322
module_spec = importlib.util.spec_from_file_location("postprocess",
323
"local/postprocess.py")
324
postprocessor = importlib.util.module_from_spec(module_spec)
0 commit comments