astro-nvim-v3 - disable conda and extra ft: distant
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# nvim-config
|
# nvim-config
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
vi" hightlight inline on """
|
||||||
|
```
|
||||||
|
|
||||||
My personal neovim config
|
My personal neovim config
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|||||||
@@ -57,7 +57,6 @@
|
|||||||
"nui.nvim": { "branch": "main", "commit": "a0fd35fcbb4cb479366f1dc5f20145fd718a3733" },
|
"nui.nvim": { "branch": "main", "commit": "a0fd35fcbb4cb479366f1dc5f20145fd718a3733" },
|
||||||
"nvim-autopairs": { "branch": "master", "commit": "78a4507bb9ffc9b00f11ae0ac48243d00cb9194d" },
|
"nvim-autopairs": { "branch": "master", "commit": "78a4507bb9ffc9b00f11ae0ac48243d00cb9194d" },
|
||||||
"nvim-cmp": { "branch": "main", "commit": "d818fd0624205b34e14888358037fb6f5dc51234" },
|
"nvim-cmp": { "branch": "main", "commit": "d818fd0624205b34e14888358037fb6f5dc51234" },
|
||||||
"nvim-conda": { "branch": "main", "commit": "7e63124d98f48a3bb255eaa71d1602db610b9047" },
|
|
||||||
"nvim-dap": { "branch": "master", "commit": "bc03b83c94d0375145ff5ac6a6dcf28c1241e06f" },
|
"nvim-dap": { "branch": "master", "commit": "bc03b83c94d0375145ff5ac6a6dcf28c1241e06f" },
|
||||||
"nvim-dap-ui": { "branch": "master", "commit": "a5606bc5958db86f8d92803bea7400ee26a8d7e4" },
|
"nvim-dap-ui": { "branch": "master", "commit": "a5606bc5958db86f8d92803bea7400ee26a8d7e4" },
|
||||||
"nvim-highlight-colors": { "branch": "main", "commit": "a8f6952cb1ff7bde864a34c502f1a42c360a6662" },
|
"nvim-highlight-colors": { "branch": "main", "commit": "a8f6952cb1ff7bde864a34c502f1a42c360a6662" },
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
if true then return {} end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"kmontocam/nvim-conda",
|
"kmontocam/nvim-conda",
|
||||||
dependencies = { "nvim-lua/plenary.nvim" },
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
-- if true then return {} end
|
if true then return {} end
|
||||||
|
|
||||||
|
-- NOTE: control remote pc
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"chipsenkbeil/distant.nvim",
|
"chipsenkbeil/distant.nvim",
|
||||||
|
|||||||
Reference in New Issue
Block a user