astro-nvim-v3 - disable conda and extra ft: distant

This commit is contained in:
huyjaky
2024-07-31 19:22:49 +07:00
parent e981a24069
commit 740852c500
4 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# nvim-config
```powershell
vi" hightlight inline on """
```
My personal neovim config
## Installation

View File

@@ -57,7 +57,6 @@
"nui.nvim": { "branch": "main", "commit": "a0fd35fcbb4cb479366f1dc5f20145fd718a3733" },
"nvim-autopairs": { "branch": "master", "commit": "78a4507bb9ffc9b00f11ae0ac48243d00cb9194d" },
"nvim-cmp": { "branch": "main", "commit": "d818fd0624205b34e14888358037fb6f5dc51234" },
"nvim-conda": { "branch": "main", "commit": "7e63124d98f48a3bb255eaa71d1602db610b9047" },
"nvim-dap": { "branch": "master", "commit": "bc03b83c94d0375145ff5ac6a6dcf28c1241e06f" },
"nvim-dap-ui": { "branch": "master", "commit": "a5606bc5958db86f8d92803bea7400ee26a8d7e4" },
"nvim-highlight-colors": { "branch": "main", "commit": "a8f6952cb1ff7bde864a34c502f1a42c360a6662" },

View File

@@ -1,3 +1,5 @@
if true then return {} end
return {
"kmontocam/nvim-conda",
dependencies = { "nvim-lua/plenary.nvim" },

View File

@@ -1,4 +1,6 @@
-- if true then return {} end
if true then return {} end
-- NOTE: control remote pc
return {
"chipsenkbeil/distant.nvim",