mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-16 15:55:10 +02:00
neovim: Add git completion for GitHub issues/PRs
This commit is contained in:
parent
1e1501215b
commit
385a5cff5c
1 changed files with 3 additions and 0 deletions
|
|
@ -340,6 +340,7 @@
|
|||
{name = "path";}
|
||||
{name = "buffer";}
|
||||
{name = "calc";}
|
||||
{name = "git";}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -656,6 +657,8 @@
|
|||
extraConfigLuaPost = ''
|
||||
require("luasnip.loaders.from_snipmate").lazy_load()
|
||||
|
||||
require("cmp_git").setup({})
|
||||
|
||||
vim.api.nvim_create_user_command("LtexLangChangeLanguage", function(data)
|
||||
local language = data.fargs[1]
|
||||
local bufnr = vim.api.nvim_get_current_buf()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue