mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
nvim: updated for data compatability
This commit is contained in:
parent
f67e62bf40
commit
ce147267ce
2 changed files with 1 additions and 16 deletions
|
|
@ -1,6 +1,6 @@
|
|||
require("blink.cmp").setup({
|
||||
fuzzy = {
|
||||
implementation = "prefer_rust",
|
||||
implementation = "lua",
|
||||
prebuilt_binaries = {
|
||||
download = true,
|
||||
force_version = 'v1.2.0',
|
||||
|
|
|
|||
|
|
@ -124,19 +124,6 @@ return require('packer').startup(function(use)
|
|||
'mrcjkb/rustaceanvim',
|
||||
config = function() require('plugins/rust-config') end
|
||||
}
|
||||
use {
|
||||
'pwntester/octo.nvim',
|
||||
requires = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'nvim-telescope/telescope.nvim',
|
||||
-- OR 'ibhagwan/fzf-lua',
|
||||
-- OR 'folke/snacks.nvim',
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
config = function ()
|
||||
require"octo".setup()
|
||||
end
|
||||
}
|
||||
|
||||
use {
|
||||
"NeogitOrg/neogit",
|
||||
|
|
@ -149,8 +136,6 @@ return require('packer').startup(function(use)
|
|||
use 'theHamsta/nvim-dap-virtual-text'
|
||||
use { "rcarriga/nvim-dap-ui", requires = {"mfussenegger/nvim-dap", "nvim-neotest/nvim-nio"} }
|
||||
|
||||
use 'wakatime/vim-wakatime'
|
||||
|
||||
use { "geigerzaehler/tree-sitter-jinja2" }
|
||||
|
||||
use "echasnovski/mini.base16"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue