astro-nvim-3 - turon manage conda

This commit is contained in:
huyjaky
2024-07-24 09:21:36 +07:00
parent 4f0bbbe21c
commit d80c725c2a
4 changed files with 9 additions and 4 deletions

View File

@@ -55,6 +55,7 @@
"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" },

4
lua/plugins/conda.lua Normal file
View File

@@ -0,0 +1,4 @@
return {
"kmontocam/nvim-conda",
dependencies = { "nvim-lua/plenary.nvim" },
}

View File

@@ -26,7 +26,7 @@ return {
"akinsho/toggleterm.nvim",
opts = function(_, opts)
-- Use powershell for toggleterm on windows
if vim.fn.has "win32" then opts.shell = "pwsh.exe" end
-- if vim.fn.has "win32" then opts.shell = "pwsh.exe" end
end,
},
-- File tagging and navigation
@@ -68,7 +68,7 @@ return {
event = { "BufReadPre", "BufNewFile" },
config = function(_, opts)
require("hlchunk").setup(require("astrocore").extend_tbl(opts, {
ignore ={},
ignore = {},
chunk = {
enable = true,
notify = false,
@@ -85,7 +85,7 @@ return {
indent = {
enable = true,
chars = { "|" },
style = "#5A639C"
style = "#5A639C",
},
blank = {
enable = false,