diff --git a/README.md b/README.md index bc950b8..2e9ee89 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,7 @@ See [my config](https://github.com/barrett-ruth/dots/blob/main/nvim/lua/plugins/ - [competitest.nvim](https://github.com/xeluxee/competitest.nvim) - [assistant.nvim](https://github.com/A7Lavinraj/assistant.nvim) + +## TODO + +- Windows support diff --git a/doc/cp.txt b/doc/cp.txt index e2111b1..d379012 100644 --- a/doc/cp.txt +++ b/doc/cp.txt @@ -16,10 +16,10 @@ Supported languages: C++, Python REQUIREMENTS *cp-requirements* - Neovim 0.10.0+ -- uv package manager (https://docs.astral.sh/uv/) -- Language runtime/compiler (g++, python3) +- Unix-like operating system Optional: +- uv package manager (https://docs.astral.sh/uv/) - LuaSnip for template expansion (https://github.com/L3MON4D3/LuaSnip) ============================================================================== @@ -507,10 +507,6 @@ Cache Location ~ Cache is stored at: > vim.fn.stdpath('data') .. '/cp-nvim.json' < -Typically resolves to: -• Linux/macOS: `~/.local/share/nvim/cp-nvim.json` -• Windows: `%LOCALAPPDATA%\nvim-data\cp-nvim.json` - Cache Structure ~ *cp-cache-structure* The cache contains four main sections: