mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
many changes
This commit is contained in:
parent
3150cf3c12
commit
0262081094
43 changed files with 4022 additions and 204 deletions
|
|
@ -278,6 +278,13 @@ vim.api.nvim_create_autocmd("VimLeavePre", {
|
|||
end,
|
||||
})
|
||||
|
||||
-- hardtime
|
||||
vim.notify = require("notify")
|
||||
--[[require("hardtime").setup({
|
||||
disable_mouse = false,
|
||||
disabled_keys = {},
|
||||
})]]--
|
||||
|
||||
-- telescope
|
||||
local telescope = require('telescope.builtin')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue