Compare commits
No commits in common. "c42b27a81a10b843da8d45803560239cb92524b6" and "6c59d1c35c795833fb632c7ce479b654dcaa5906" have entirely different histories.
c42b27a81a
...
6c59d1c35c
@ -23,8 +23,6 @@ return require('packer').startup(function(use)
|
|||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
use "sindrets/diffview.nvim"
|
|
||||||
|
|
||||||
use({
|
use({
|
||||||
'rose-pine/neovim',
|
'rose-pine/neovim',
|
||||||
as = 'rose-pine',
|
as = 'rose-pine',
|
||||||
@ -230,8 +228,8 @@ return require('packer').startup(function(use)
|
|||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
use 'Olical/conjure'
|
-- use 'Olical/conjure'
|
||||||
use 'PaterJason/cmp-conjure'
|
-- use 'PaterJason/cmp-conjure'
|
||||||
|
|
||||||
use {
|
use {
|
||||||
'lukas-reineke/indent-blankline.nvim',
|
'lukas-reineke/indent-blankline.nvim',
|
||||||
|
@ -147,7 +147,7 @@
|
|||||||
(call-interactively 'mpc))
|
(call-interactively 'mpc))
|
||||||
|
|
||||||
;; (set-frame-parameter nil 'alpha-background 80) ; For current frame
|
;; (set-frame-parameter nil 'alpha-background 80) ; For current frame
|
||||||
;; (add-to-list 'default-frame-alist '(alpha-background . 80)) ; For all new frames henceforth
|
(add-to-list 'default-frame-alist '(alpha-background . 80)) ; For all new frames henceforth
|
||||||
(setq inhibit-x-resources t)
|
(setq inhibit-x-resources t)
|
||||||
|
|
||||||
(require 'dime)
|
(require 'dime)
|
||||||
|
Loading…
Reference in New Issue
Block a user