fish conf update
This commit is contained in:
parent
4c649c892f
commit
3de52f7ed9
@ -53,8 +53,8 @@ fish_add_path -g -p ~/go/bin
|
|||||||
|
|
||||||
|
|
||||||
## NEOVIM DISTRO ##
|
## NEOVIM DISTRO ##
|
||||||
# set -Ux NVIM_APPNAME "nvim"
|
set -Ux NVIM_APPNAME "nvim"
|
||||||
set -Ux NVIM_APPNAME "nvim2"
|
# set -Ux NVIM_APPNAME "nvim2"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
# VERSION: 3.0
|
# VERSION: 3.0
|
||||||
SETUVAR --export EDITOR:nvim
|
SETUVAR --export EDITOR:nvim
|
||||||
SETUVAR --export MICRO_TRUECOLOR:1
|
SETUVAR --export MICRO_TRUECOLOR:1
|
||||||
SETUVAR --export NVIM_APPNAME:nvim2
|
SETUVAR --export NVIM_APPNAME:nvim
|
||||||
SETUVAR --export --path PATH:/home/linuxbrew/\x2elinuxbrew/bin\x1e/home/linuxbrew/\x2elinuxbrew/sbin\x1e/home/enrique/miniconda3/condabin\x1e/usr/local/bin\x1e/usr/bin\x1e/bin\x1e/usr/X11R6/bin\x1e/opt/nvim\x2dlinux64/bin
|
SETUVAR --export --path PATH:/home/linuxbrew/\x2elinuxbrew/bin\x1e/home/linuxbrew/\x2elinuxbrew/sbin\x1e/home/enrique/miniconda3/condabin\x1e/usr/local/bin\x1e/usr/bin\x1e/bin\x1e/usr/X11R6/bin\x1e/opt/nvim\x2dlinux64/bin
|
||||||
SETUVAR __fish_initialized:3800
|
SETUVAR __fish_initialized:3800
|
||||||
SETUVAR _fisher_dracula_2F_fish_files:\x7e/\x2econfig/fish/themes/Dracula\x20Official\x2etheme\x1e\x7e/\x2econfig/fish/conf\x2ed/dracula\x2efish
|
SETUVAR _fisher_dracula_2F_fish_files:\x7e/\x2econfig/fish/themes/Dracula\x20Official\x2etheme\x1e\x7e/\x2econfig/fish/conf\x2ed/dracula\x2efish
|
||||||
|
|||||||
@ -14,7 +14,6 @@
|
|||||||
"mason-tool-installer.nvim": { "branch": "main", "commit": "1255518cb067e038a4755f5cb3e980f79b6ab89c" },
|
"mason-tool-installer.nvim": { "branch": "main", "commit": "1255518cb067e038a4755f5cb3e980f79b6ab89c" },
|
||||||
"mason.nvim": { "branch": "main", "commit": "fc98833b6da5de5a9c5b1446ac541577059555be" },
|
"mason.nvim": { "branch": "main", "commit": "fc98833b6da5de5a9c5b1446ac541577059555be" },
|
||||||
"mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" },
|
"mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" },
|
||||||
"mini.notify": { "branch": "main", "commit": "3a06b21dd0b335b95d125eae813276113b5e9ce7" },
|
|
||||||
"mini.nvim": { "branch": "main", "commit": "0420076298c4457f200c2de468f65d080597a347" },
|
"mini.nvim": { "branch": "main", "commit": "0420076298c4457f200c2de468f65d080597a347" },
|
||||||
"noice.nvim": { "branch": "main", "commit": "0427460c2d7f673ad60eb02b35f5e9926cf67c59" },
|
"noice.nvim": { "branch": "main", "commit": "0427460c2d7f673ad60eb02b35f5e9926cf67c59" },
|
||||||
"nui.nvim": { "branch": "main", "commit": "8d5b0b568517935d3c84f257f272ef004d9f5a59" },
|
"nui.nvim": { "branch": "main", "commit": "8d5b0b568517935d3c84f257f272ef004d9f5a59" },
|
||||||
|
|||||||
@ -63,7 +63,7 @@ return { -- Autowcompletion
|
|||||||
border = "rounded",
|
border = "rounded",
|
||||||
},
|
},
|
||||||
ghost_text = {
|
ghost_text = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ return { -- Autowcompletion
|
|||||||
signature = { enabled = true },
|
signature = { enabled = true },
|
||||||
|
|
||||||
sources = {
|
sources = {
|
||||||
default = { "lsp", "path", "snippets", "lazydev" },
|
default = { "lsp", "path", "snippets", "lazydev", "buffer" },
|
||||||
providers = {
|
providers = {
|
||||||
lazydev = { module = "lazydev.integrations.blink", score_offset = 100 },
|
lazydev = { module = "lazydev.integrations.blink", score_offset = 100 },
|
||||||
emoji = {
|
emoji = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user