Compare commits

..

No commits in common. "033ae38d5cfb2396ba050382f5ffdc305d921cad" and "2df38d379d508cad3e3aa5c7f006f94fef96b914" have entirely different histories.

3 changed files with 1 additions and 4 deletions

View File

@ -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}}";
})

View File

@ -78,7 +78,6 @@ in
cmp_luasnip
copilot-cmp
direnv-vim
impatient-nvim
lsp_lines-nvim
lspkind-nvim
lspsaga-nvim-original

View File

@ -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({