1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Add two plugins

This commit is contained in:
Mo8it 2022-04-07 02:22:52 +02:00
parent 5bcea0acdb
commit 5b6cee612c
3 changed files with 8 additions and 0 deletions

View file

@ -102,6 +102,12 @@ return require("packer").startup(function()
-- Focus
use("beauwilliams/focus.nvim")
-- Smooth scrolling
use("karb94/neoscroll.nvim")
-- Notifications
use("rcarriga/nvim-notify")
-- null-ls
use({
"jose-elias-alvarez/null-ls.nvim",

View file

@ -0,0 +1 @@
require("neoscroll").setup()

View file

@ -0,0 +1 @@
vim.notify = require("notify")