{"id":19930837,"url":"https://github.com/anusikh/vim","last_synced_at":"2025-03-01T11:23:21.911Z","repository":{"id":243491265,"uuid":"812566809","full_name":"anusikh/vim","owner":"anusikh","description":"neovim/vim config + vscode ext.","archived":false,"fork":false,"pushed_at":"2024-10-28T09:28:59.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-28T12:27:11.814Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anusikh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-09T09:09:32.000Z","updated_at":"2024-10-28T09:55:52.000Z","dependencies_parsed_at":"2024-09-10T05:13:42.094Z","dependency_job_id":"ec9b31aa-96d3-4cd3-92f3-dd65cf62ffe5","html_url":"https://github.com/anusikh/vim","commit_stats":null,"previous_names":["anusikh/nvim-conf","anusikh/nvim-vim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusikh%2Fvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusikh%2Fvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusikh%2Fvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusikh%2Fvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anusikh","download_url":"https://codeload.github.com/anusikh/vim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241356542,"owners_count":19949549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T23:05:22.011Z","updated_at":"2025-03-01T11:23:21.856Z","avatar_url":"https://github.com/anusikh.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"### neovim configuration\n\n#### nvim setup:\n- clone repo in ~/.config/nvim\n- install `java-debug-adapter`, `java-test` from mason for debugging capabilities\n- go to java.lua, and change config_linux to config_mac or vice-versa depending on OS\n\n#### notes:\n- ftplugin is a special folder that store fileType based config, lsp should have single file mode for this to work\n- find and replace in current file: `:%s/\u003cbef\u003e/\u003cafter\u003e`\n\n### vim configuration\n\n#### vim setup\n- clone repo and run `ln -s ~/.config/nvim/.vimrc ~/.vimrc`\n- pre-req: vim-plug, ripgrep\n- source and run :PlugInstall to install all plugins\n- for java lombok support and kotlin language server add this in coc config\n\n```json\n{\n  \"java.jdt.ls.vmargs\": \"-javaagent:/home/anusikh/Downloads/lombok-1.18.34.jar\",\n  \"java.jdt.ls.lombokSupport.enabled\": true,\n  \"java.trace.server\": \"verbose\",\n  \"java.jdt.ls.java.home\": \"/home/anusikh/.jvem/java\",\n  \"languageserver\": {\n    \"kotlin\": {\n      \"command\": \"~/.local/share/nvim/mason/packages/kotlin-language-server/server/bin/kotlin-language-server\",\n      \"filetypes\": [\n        \"kotlin\"\n      ]\n    }\n  }\n}\n```\n\n- first run the jar of a java application with command: java -jar -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 ./target/demo-0.0.1-SNAPSHOT.jar\nthen simply cd to attach debugger\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanusikh%2Fvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanusikh%2Fvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanusikh%2Fvim/lists"}