|
@@ -5,7 +5,7 @@
|
|
"coc.preferences.enableMessageDialog": true,
|
|
"coc.preferences.enableMessageDialog": true,
|
|
"python.formatting.provider": "black",
|
|
"python.formatting.provider": "black",
|
|
"python.formatting.blackPath": "/usr/bin/black",
|
|
"python.formatting.blackPath": "/usr/bin/black",
|
|
- "coc.preferences.formatOnSaveFiletypes": ["python", "java"],
|
|
|
|
|
|
+ "coc.preferences.formatOnSaveFiletypes": ["python", "java", "verilog"],
|
|
|
|
|
|
|
|
|
|
"diagnostic-languageserver.filetypes": {
|
|
"diagnostic-languageserver.filetypes": {
|
|
@@ -17,6 +17,10 @@
|
|
},
|
|
},
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.pylintEnabled": true,
|
|
"languageserver": {
|
|
"languageserver": {
|
|
|
|
+ "veridian": {
|
|
|
|
+ "command": "veridian",
|
|
|
|
+ "filetypes": ["systemverilog", "verilog"]
|
|
|
|
+ },
|
|
"ccls": {
|
|
"ccls": {
|
|
"command": "ccls",
|
|
"command": "ccls",
|
|
"filetypes": [
|
|
"filetypes": [
|
|
@@ -45,7 +49,7 @@
|
|
// "java.jdt.ls.vmargs": "-javaagent:/usr/local/share/lombok/lombok.jar",
|
|
// "java.jdt.ls.vmargs": "-javaagent:/usr/local/share/lombok/lombok.jar",
|
|
"snippets.userSnippetsDirectory": "~/.config/nvim/snips",
|
|
"snippets.userSnippetsDirectory": "~/.config/nvim/snips",
|
|
"suggest.noselect": true,
|
|
"suggest.noselect": true,
|
|
- "java.format.settings.url": "/home/based/.config/coc/extensions/node_modules/redhat.java/eclipse-formatter.xml",
|
|
|
|
|
|
+ "java.format.settings.url": "/home/based/.config/coc/extensions/node_modules/redhat.java/",
|
|
"coc.source.vimtex.filetypes": [
|
|
"coc.source.vimtex.filetypes": [
|
|
"tex",
|
|
"tex",
|
|
"plaintex"
|
|
"plaintex"
|