mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
Compare commits
1 commit
89d2ff2a90
...
428007d765
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
428007d765 |
9 changed files with 169 additions and 55 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
package_name: ["nvim-min"]
|
package_name: ["nvim"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
## Usage
|
## Usage
|
||||||
Try it out!
|
Try it out!
|
||||||
```bash
|
```bash
|
||||||
nix run "github:iofq/nvim.nix" #nvim-min
|
nix run "github:iofq/nvim.nix" #nvim
|
||||||
```
|
```
|
||||||
|
|
||||||
Or use in a flake:
|
Or use in a flake:
|
||||||
|
|
|
||||||
99
flake.lock
generated
99
flake.lock
generated
|
|
@ -61,11 +61,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1768135262,
|
"lastModified": 1765835352,
|
||||||
"narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=",
|
"narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=",
|
||||||
"owner": "hercules-ci",
|
"owner": "hercules-ci",
|
||||||
"repo": "flake-parts",
|
"repo": "flake-parts",
|
||||||
"rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac",
|
"rev": "a34fae9c08a15ad73f295041fec82323541400a9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -203,11 +203,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1768349111,
|
"lastModified": 1767225850,
|
||||||
"narHash": "sha256-Ufn7eONdsaB6wso01KOyC8fWXDPbCsf6q/120JrSRBg=",
|
"narHash": "sha256-gmoKSWO4DM/VnlskS9UmQnXyZTm0xcl4cDx3e/CJZeY=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "neovim-nightly-overlay",
|
"repo": "neovim-nightly-overlay",
|
||||||
"rev": "c18fb3367dbaa0830dd46443cc1cb006444e1f0e",
|
"rev": "dfbb35b3cf396ead65028b7023f07f51927f86e3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -219,11 +219,11 @@
|
||||||
"neovim-src": {
|
"neovim-src": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1768347573,
|
"lastModified": 1767222005,
|
||||||
"narHash": "sha256-s3CvS2gr1y+DabfpNHjPy4Al2KVcWbS4F5TsfwR12Cs=",
|
"narHash": "sha256-SewYGH53QWyiHBNCxJuyESu/D7v0tXi2oq3NREI/AeA=",
|
||||||
"owner": "neovim",
|
"owner": "neovim",
|
||||||
"repo": "neovim",
|
"repo": "neovim",
|
||||||
"rev": "bb0f28f20be3b5dd64881d0528f43a8e2eea63c0",
|
"rev": "170992c8d218f28dcffd967ecc2bae3fb3c46545",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -277,27 +277,98 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1768384274,
|
"lastModified": 1767116409,
|
||||||
"narHash": "sha256-Iy0CREn8AVYpQCXffCGnP1/PemrWDr2ST+vlFji/UQA=",
|
"narHash": "sha256-5vKw92l1GyTnjoLzEagJy5V5mDFck72LiQWZSOnSicw=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6a758e1182472360ea18946eb064fef36041d744",
|
"rev": "cad22e7d996aea55ecab064e84834289143e44a0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "master",
|
"ref": "nixos-unstable",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nixpkgs_3": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1766651565,
|
||||||
|
"narHash": "sha256-QEhk0eXgyIqTpJ/ehZKg9IKS7EtlWxF3N7DXy42zPfU=",
|
||||||
|
"owner": "nixos",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "3e2499d5539c16d0d173ba53552a4ff8547f4539",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nixos",
|
||||||
|
"ref": "nixos-unstable",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nvim-treesitter": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1766818605,
|
||||||
|
"narHash": "sha256-E3nJCBGKBUQWYAL9h9ygdtCCndi0+rwkq0hhAAq1W94=",
|
||||||
|
"owner": "nvim-treesitter",
|
||||||
|
"repo": "nvim-treesitter",
|
||||||
|
"rev": "36fcb4a4238928f0b627e1ab84ade0acc1facc2c",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nvim-treesitter",
|
||||||
|
"ref": "main",
|
||||||
|
"repo": "nvim-treesitter",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nvim-treesitter-main": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": "nixpkgs_3",
|
||||||
|
"nvim-treesitter": "nvim-treesitter",
|
||||||
|
"nvim-treesitter-textobjects": "nvim-treesitter-textobjects"
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1766957367,
|
||||||
|
"narHash": "sha256-Robm9U2blKNPCqQAMzrNyr2VL/PGSOsyvg+NbQL2N0E=",
|
||||||
|
"owner": "iofq",
|
||||||
|
"repo": "nvim-treesitter-main",
|
||||||
|
"rev": "85ae6d99e035e1d1e025bbba8df467e9db709a0b",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "iofq",
|
||||||
|
"repo": "nvim-treesitter-main",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nvim-treesitter-textobjects": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1766794712,
|
||||||
|
"narHash": "sha256-mMxCAkrGqTstEgaf/vwQMEF7D8swH3oyUJtaxuXzpcs=",
|
||||||
|
"owner": "nvim-treesitter",
|
||||||
|
"repo": "nvim-treesitter-textobjects",
|
||||||
|
"rev": "ecd03f5811eb5c66d2fa420b79121b866feecd82",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nvim-treesitter",
|
||||||
|
"ref": "main",
|
||||||
|
"repo": "nvim-treesitter-textobjects",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"dart": "dart",
|
"dart": "dart",
|
||||||
"flake-utils": "flake-utils_2",
|
"flake-utils": "flake-utils_2",
|
||||||
"gen-luarc": "gen-luarc",
|
"gen-luarc": "gen-luarc",
|
||||||
"neovim-nightly-overlay": "neovim-nightly-overlay",
|
"neovim-nightly-overlay": "neovim-nightly-overlay",
|
||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2",
|
||||||
|
"nvim-treesitter-main": "nvim-treesitter-main"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"systems": {
|
"systems": {
|
||||||
|
|
|
||||||
17
flake.nix
17
flake.nix
|
|
@ -2,7 +2,7 @@
|
||||||
description = "Neovim derivation";
|
description = "Neovim derivation";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/master";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
neovim-nightly-overlay = {
|
neovim-nightly-overlay = {
|
||||||
url = "github:nix-community/neovim-nightly-overlay";
|
url = "github:nix-community/neovim-nightly-overlay";
|
||||||
|
|
@ -15,6 +15,9 @@
|
||||||
dart = {
|
dart = {
|
||||||
url = "github:iofq/dart.nvim";
|
url = "github:iofq/dart.nvim";
|
||||||
};
|
};
|
||||||
|
nvim-treesitter-main = {
|
||||||
|
url = "github:iofq/nvim-treesitter-main";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
outputs =
|
outputs =
|
||||||
inputs@{
|
inputs@{
|
||||||
|
|
@ -29,6 +32,17 @@
|
||||||
neovim-overlay = import ./nix/neovim-overlay.nix { inherit inputs; };
|
neovim-overlay = import ./nix/neovim-overlay.nix { inherit inputs; };
|
||||||
finalOverlays = [
|
finalOverlays = [
|
||||||
inputs.neovim-nightly-overlay.overlays.default
|
inputs.neovim-nightly-overlay.overlays.default
|
||||||
|
inputs.nvim-treesitter-main.overlays.default
|
||||||
|
(final: prev: {
|
||||||
|
vimPlugins = prev.vimPlugins.extend (
|
||||||
|
f: p: {
|
||||||
|
nvim-treesitter = p.nvim-treesitter.withAllGrammars;
|
||||||
|
nvim-treesitter-textobjects = p.nvim-treesitter-textobjects.overrideAttrs {
|
||||||
|
dependencies = [ f.nvim-treesitter ];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
);
|
||||||
|
})
|
||||||
neovim-overlay
|
neovim-overlay
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
|
|
@ -59,7 +73,6 @@
|
||||||
packages = rec {
|
packages = rec {
|
||||||
default = nvim;
|
default = nvim;
|
||||||
nvim = pkgs.nvim-pkg;
|
nvim = pkgs.nvim-pkg;
|
||||||
nvim-min = pkgs.nvim-min-pkg;
|
|
||||||
};
|
};
|
||||||
devShells = {
|
devShells = {
|
||||||
default = shell;
|
default = shell;
|
||||||
|
|
|
||||||
|
|
@ -14,43 +14,21 @@ let
|
||||||
nvim-autopairs
|
nvim-autopairs
|
||||||
nvim-lint
|
nvim-lint
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
nvim-treesitter.withAllGrammars
|
nvim-treesitter
|
||||||
nvim-treesitter-textobjects
|
nvim-treesitter-textobjects
|
||||||
quicker-nvim
|
quicker-nvim
|
||||||
render-markdown-nvim
|
render-markdown-nvim
|
||||||
snacks-nvim
|
snacks-nvim
|
||||||
];
|
];
|
||||||
|
|
||||||
basePackages = with prev; [
|
packages = with prev; [
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
];
|
];
|
||||||
# Extra packages that should be included on nixos but don't need to be bundled
|
|
||||||
extraPackages = with prev; [
|
|
||||||
# linters
|
|
||||||
yamllint
|
|
||||||
jq
|
|
||||||
hadolint
|
|
||||||
nixfmt
|
|
||||||
shellcheck
|
|
||||||
golangci-lint
|
|
||||||
|
|
||||||
# LSPs
|
|
||||||
gopls
|
|
||||||
lua-language-server
|
|
||||||
nixd
|
|
||||||
basedpyright
|
|
||||||
];
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
nvim-pkg = mkNeovim {
|
nvim-pkg = mkNeovim {
|
||||||
inherit plugins;
|
inherit plugins packages;
|
||||||
packages = basePackages ++ extraPackages;
|
|
||||||
};
|
|
||||||
|
|
||||||
nvim-min-pkg = mkNeovim {
|
|
||||||
inherit plugins;
|
|
||||||
packages = basePackages;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nvim-luarc-json = final.mk-luarc-json {
|
nvim-luarc-json = final.mk-luarc-json {
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,21 @@ function M.file_history(filename)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local function confirm(picker, item)
|
||||||
|
picker:close()
|
||||||
|
local cmd = string.format('jj show --git -r %s', item.rev)
|
||||||
|
local out = vim.fn.systemlist(cmd)
|
||||||
|
|
||||||
|
local bufnr = vim.api.nvim_create_buf(false, true)
|
||||||
|
vim.api.nvim_buf_set_lines(bufnr, 0, -1, false, out)
|
||||||
|
vim.bo[bufnr].bufhidden = 'wipe'
|
||||||
|
vim.bo[bufnr].buftype = 'nofile'
|
||||||
|
vim.bo[bufnr].filetype = 'diff'
|
||||||
|
vim.keymap.set('n', 'q', vim.cmd.bdelete, { buffer = bufnr, noremap = true })
|
||||||
|
|
||||||
|
vim.api.nvim_set_current_buf(bufnr)
|
||||||
|
end
|
||||||
|
|
||||||
local function get_history(f)
|
local function get_history(f)
|
||||||
local status_raw = vim.fn.system(
|
local status_raw = vim.fn.system(
|
||||||
'jj log --ignore-working-copy --no-graph'
|
'jj log --ignore-working-copy --no-graph'
|
||||||
|
|
@ -85,6 +100,7 @@ function M.file_history(filename)
|
||||||
title = 'jj file history for ' .. filename,
|
title = 'jj file history for ' .. filename,
|
||||||
items = get_history(filename),
|
items = get_history(filename),
|
||||||
preview = preview,
|
preview = preview,
|
||||||
|
confirm = confirm,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
return M
|
return M
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ cmd('FileType', {
|
||||||
local ns = vim.api.nvim_create_namespace('nvim.difftool.hl')
|
local ns = vim.api.nvim_create_namespace('nvim.difftool.hl')
|
||||||
vim.api.nvim_buf_clear_namespace(event.buf, ns, 0, -1)
|
vim.api.nvim_buf_clear_namespace(event.buf, ns, 0, -1)
|
||||||
for i, item in ipairs(qf) do
|
for i, item in ipairs(qf) do
|
||||||
local path = vim.fn.fnamemodify(item.user_data.right, ':t')
|
local path = vim.fn.fnamemodify(item.user_data.right, ':.')
|
||||||
local hl = 'Added'
|
local hl = 'Added'
|
||||||
if
|
if
|
||||||
exec('git diff --quiet -- %s', path) ~= 0
|
exec('git diff --quiet -- %s', path) ~= 0
|
||||||
|
|
@ -98,6 +98,45 @@ cmd('BufWinEnter', {
|
||||||
vim.cmd(string.format('%dcopen', math.min(10, #items)))
|
vim.cmd(string.format('%dcopen', math.min(10, #items)))
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local function get_hunks(bufnr)
|
||||||
|
local conf_start = vim.fn.search('^<<<<<<<', 'bc')
|
||||||
|
local base_start = vim.fn.search('^|||||||', 'W')
|
||||||
|
local base_end = vim.fn.search('^=======', 'W')
|
||||||
|
local conf_end = vim.fn.search('^>>>>>>>', 'W')
|
||||||
|
|
||||||
|
local left = vim.api.nvim_buf_get_lines(bufnr, conf_start, base_start - 1, false)
|
||||||
|
local right = vim.api.nvim_buf_get_lines(bufnr, base_end, conf_end - 1, false)
|
||||||
|
|
||||||
|
return {
|
||||||
|
start = conf_start,
|
||||||
|
stop = conf_end,
|
||||||
|
left = left,
|
||||||
|
right = right,
|
||||||
|
}
|
||||||
|
end
|
||||||
|
|
||||||
|
local function apply_hunk(hunks, first)
|
||||||
|
local result = {}
|
||||||
|
if first == -1 then -- left first
|
||||||
|
vim.list_extend(result, hunks.left)
|
||||||
|
vim.list_extend(result, hunks.right)
|
||||||
|
else
|
||||||
|
vim.list_extend(result, hunks.right)
|
||||||
|
vim.list_extend(result, hunks.left)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- apply hunk in place
|
||||||
|
vim.api.nvim_buf_set_lines(0, hunks.start - 1, hunks.stop, false, result)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- "combine" mappings ala vscode's merge editor
|
||||||
|
vim.keymap.set('n', '<leader>dl', function()
|
||||||
|
apply_hunk(get_hunks(event.buf), -1)
|
||||||
|
end, { buffer = event.buf })
|
||||||
|
vim.keymap.set('n', '<leader>dr', function()
|
||||||
|
apply_hunk(get_hunks(event.buf), 1)
|
||||||
|
end, { buffer = event.buf })
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,8 @@ vim.schedule(function()
|
||||||
ai.setup {
|
ai.setup {
|
||||||
n_lines = 300,
|
n_lines = 300,
|
||||||
custom_textobjects = {
|
custom_textobjects = {
|
||||||
|
i = require('mini.extra').gen_ai_spec.indent(),
|
||||||
|
b = require('mini.extra').gen_ai_spec.buffer(),
|
||||||
a = ai.gen_spec.treesitter { a = '@parameter.outer', i = '@parameter.inner' },
|
a = ai.gen_spec.treesitter { a = '@parameter.outer', i = '@parameter.inner' },
|
||||||
f = ai.gen_spec.treesitter { a = '@function.outer', i = '@function.inner' },
|
f = ai.gen_spec.treesitter { a = '@function.outer', i = '@function.inner' },
|
||||||
},
|
},
|
||||||
|
|
@ -16,9 +18,7 @@ vim.schedule(function()
|
||||||
|
|
||||||
require('mini.git').setup()
|
require('mini.git').setup()
|
||||||
map('n', '<leader>gb', '<Cmd>Git blame -- %<CR>')
|
map('n', '<leader>gb', '<Cmd>Git blame -- %<CR>')
|
||||||
map('n', '<leader>go', function()
|
map('n', '<leader>go', MiniGit.show_at_cursor)
|
||||||
return MiniGit.show_at_cursor()
|
|
||||||
end)
|
|
||||||
|
|
||||||
local jump = require('mini.jump2d')
|
local jump = require('mini.jump2d')
|
||||||
jump.setup {
|
jump.setup {
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,7 @@ local map = vim.keymap.set
|
||||||
require('mini.basics').setup { mappings = { windows = true } }
|
require('mini.basics').setup { mappings = { windows = true } }
|
||||||
require('mini.icons').setup()
|
require('mini.icons').setup()
|
||||||
|
|
||||||
require('dart').setup {
|
require('dart').setup {}
|
||||||
tabline = {
|
|
||||||
icons = false,
|
|
||||||
label_marked_fg = 'cyan',
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
require('snacks').setup {
|
require('snacks').setup {
|
||||||
bigfile = { enabled = true },
|
bigfile = { enabled = true },
|
||||||
|
|
@ -76,7 +71,6 @@ vim.schedule(function()
|
||||||
json = { 'jq' },
|
json = { 'jq' },
|
||||||
lua = { 'stylua' },
|
lua = { 'stylua' },
|
||||||
python = { 'ruff' },
|
python = { 'ruff' },
|
||||||
nix = { 'nixfmt' },
|
|
||||||
fish = { 'fish_indent' },
|
fish = { 'fish_indent' },
|
||||||
['*'] = { 'trim_whitespace' },
|
['*'] = { 'trim_whitespace' },
|
||||||
},
|
},
|
||||||
|
|
@ -99,11 +93,14 @@ vim.schedule(function()
|
||||||
|
|
||||||
require('lint').linters_by_ft = {
|
require('lint').linters_by_ft = {
|
||||||
docker = { 'hadolint' },
|
docker = { 'hadolint' },
|
||||||
|
yaml = { 'yamllint' },
|
||||||
sh = { 'shellcheck' },
|
sh = { 'shellcheck' },
|
||||||
go = { 'golangcilint' },
|
go = { 'golangcilint' },
|
||||||
|
ruby = { 'rubocop' },
|
||||||
fish = { 'fish' },
|
fish = { 'fish' },
|
||||||
bash = { 'bash' },
|
bash = { 'bash' },
|
||||||
nix = { 'nix' },
|
nix = { 'nix' },
|
||||||
|
php = { 'php' },
|
||||||
}
|
}
|
||||||
vim.api.nvim_create_autocmd({ 'BufWritePost' }, {
|
vim.api.nvim_create_autocmd({ 'BufWritePost' }, {
|
||||||
callback = function()
|
callback = function()
|
||||||
|
|
@ -119,7 +116,7 @@ vim.schedule(function()
|
||||||
sources = {
|
sources = {
|
||||||
default = { 'lsp', 'path', 'snippets', 'ripgrep', 'buffer' },
|
default = { 'lsp', 'path', 'snippets', 'ripgrep', 'buffer' },
|
||||||
providers = {
|
providers = {
|
||||||
lsp = { fallbacks = {} }, -- include buffer even when LSP is active
|
lsp = { fallbacks = {}, async = true }, -- include buffer even when LSP is active
|
||||||
path = { opts = { get_cwd = vim.fn.getcwd } }, -- use nvim pwd instead of current file pwd
|
path = { opts = { get_cwd = vim.fn.getcwd } }, -- use nvim pwd instead of current file pwd
|
||||||
ripgrep = {
|
ripgrep = {
|
||||||
module = 'blink-ripgrep',
|
module = 'blink-ripgrep',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue