mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
Instant.nvim
This commit is contained in:
parent
e55f52a769
commit
7ee97b8f45
1 changed files with 6 additions and 4 deletions
|
@ -23,6 +23,7 @@
|
|||
:config {:compile_path (.. (vim.fn.stdpath "config") "/lua/packer_compiled.lua")}})))
|
||||
|
||||
(use
|
||||
:jbyuki/instant.nvim {:config #(set vim.g.instant_username "ElKowar")}
|
||||
:lewis6991/impatient.nvim {}
|
||||
:elkowar/yuck.vim {}
|
||||
:nvim-lua/plenary.nvim {}
|
||||
|
@ -144,8 +145,11 @@
|
|||
|
||||
:ray-x/lsp_signature.nvim {:events [:BufEnter]}
|
||||
|
||||
"/home/leon/coding/prs/trouble.nvim" {:opt false :config #(require "dots.plugins.trouble")
|
||||
:elkowar/trouble.nvim {:config #(require "dots.plugins.trouble")
|
||||
:cmd ["Trouble" "TroubleClose" "TroubleRefresh" "TroubleToggle"]}
|
||||
|
||||
;"/home/leon/coding/prs/trouble.nvim" {:opt false :config #(require "dots.plugins.trouble")
|
||||
;:cmd ["Trouble" "TroubleClose" "TroubleRefresh" "TroubleToggle"]}
|
||||
;:folke/lsp-trouble.nvim {:opt false :config #(require "dots.plugins.trouble")
|
||||
;:cmd ["Trouble" "TroubleClose" "TroubleRefresh" "TroubleToggle"]}
|
||||
|
||||
|
@ -173,8 +177,6 @@
|
|||
:hrsh7th/cmp-nvim-lua
|
||||
:hrsh7th/cmp-calc
|
||||
:hrsh7th/cmp-path]
|
||||
|
||||
|
||||
:config #(require "dots.plugins.cmp")}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue