1
Fork 0

Made a few changes

This commit is contained in:
Matei Adriel 2022-07-19 11:03:03 +00:00
parent c7b01d9b6d
commit 7cbe73ad5b
19 changed files with 55 additions and 26 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -5,6 +5,7 @@ function M.setup()
require('nvim-autopairs').setup()
require("startup").setup()
require("presence"):setup({}) -- wtf does the : do here?
-- require("which-key").setup()
-- Plugins with their own configs:
require("my.plugins.vim-tmux-navigator").setup()