fix(doc): communicate lack of windows support
This commit is contained in:
parent
0b35ff8f8e
commit
f493b44ca3
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue