Compare commits
No commits in common. "033ae38d5cfb2396ba050382f5ffdc305d921cad" and "2df38d379d508cad3e3aa5c7f006f94fef96b914" have entirely different histories.
033ae38d5c
...
2df38d379d
|
@ -12,5 +12,5 @@ lib.makeExtensible (self: rec {
|
|||
date = mkDate (input.lastModifiedDate or "19700101");
|
||||
rev = input.shortRev or "dirty";
|
||||
in
|
||||
"unstable-${date}_${rev}";
|
||||
"unstable-${date}_${rev}}";
|
||||
})
|
||||
|
|
|
@ -78,7 +78,6 @@ in
|
|||
cmp_luasnip
|
||||
copilot-cmp
|
||||
direnv-vim
|
||||
impatient-nvim
|
||||
lsp_lines-nvim
|
||||
lspkind-nvim
|
||||
lspsaga-nvim-original
|
||||
|
|
|
@ -37,8 +37,6 @@ if vim.g.neovide then
|
|||
vim.g.neovide_scale_factor = 0.7
|
||||
end
|
||||
|
||||
require("impatient")
|
||||
|
||||
local wk = require("which-key")
|
||||
|
||||
require("nvim-treesitter.configs").setup({
|
||||
|
|
Loading…
Reference in New Issue