Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

pwnwriter/pwnvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

428 Commits

Repository files navigation

Screenshot 2025εΉ΄12月14ζ—₯ at 12 56 59 PM Screenshot 2025εΉ΄12月14ζ—₯ at 12 57 41 PM
git clone https://github.com/pwnwriter/pwnvim ~/.config/nvim
nvim --headless +"Lazy! sync" +qa

nix develop github:pwnwriter/pwnvim

🍦 Tips

Important

This config requires latest Neovim build !

  • You can Set NVIM_DEV environment variable to modify where lazy.nvim should look for dev = true plugins.

  • To install treesitter of x language Run :TSInstall [x] !

  • On NIX , run nix develop to enter a shell with pwnvim .

  • Install lsp servers and configure inside lsp.lua.

  • See :h vim.lsp.config to get an understanding of how you would setup a language server protocol.

    -- plugins/lsp.lua
    vim.lsp.config.lua_ls = {
     cmd = { "lua-language-server" },
     filetypes = { "lua" },
     root_markers = { ".luarc.json", ".git", vim.uv.cwd() },
     settings = {
     Lua = {
     telemetry = {
     enable = false,
     },
     },
     },
    }

Copyright Β© 2022 - present pwnwriter me πŸƒ

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 4

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /