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)
|
- [competitest.nvim](https://github.com/xeluxee/competitest.nvim)
|
||||||
- [assistant.nvim](https://github.com/A7Lavinraj/assistant.nvim)
|
- [assistant.nvim](https://github.com/A7Lavinraj/assistant.nvim)
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
- Windows support
|
||||||
|
|
|
||||||
|
|
@ -16,10 +16,10 @@ Supported languages: C++, Python
|
||||||
REQUIREMENTS *cp-requirements*
|
REQUIREMENTS *cp-requirements*
|
||||||
|
|
||||||
- Neovim 0.10.0+
|
- Neovim 0.10.0+
|
||||||
- uv package manager (https://docs.astral.sh/uv/)
|
- Unix-like operating system
|
||||||
- Language runtime/compiler (g++, python3)
|
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
- uv package manager (https://docs.astral.sh/uv/)
|
||||||
- LuaSnip for template expansion (https://github.com/L3MON4D3/LuaSnip)
|
- LuaSnip for template expansion (https://github.com/L3MON4D3/LuaSnip)
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
@ -507,10 +507,6 @@ Cache Location ~
|
||||||
Cache is stored at: >
|
Cache is stored at: >
|
||||||
vim.fn.stdpath('data') .. '/cp-nvim.json'
|
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 ~
|
Cache Structure ~
|
||||||
*cp-cache-structure*
|
*cp-cache-structure*
|
||||||
The cache contains four main sections:
|
The cache contains four main sections:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue