wakatime neovim

This commit is contained in:
Jozef Steinhübl 2023-08-20 22:41:10 +02:00
parent b1b003b404
commit cd86c6e146
3 changed files with 9 additions and 3 deletions

View file

@ -25,6 +25,7 @@ return require("packer").startup(function(use)
use "mbbill/undotree"
use "tpope/vim-fugitive"
use "andweeb/presence.nvim"
use "wakatime/vim-wakatime"
use {
"VonHeikemen/lsp-zero.nvim",

View file

@ -1,9 +1,9 @@
vim.opt.nu = true
vim.opt.relativenumber = true
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.smartindent = true

View file

@ -158,6 +158,11 @@ _G.packer_plugins = {
loaded = true,
path = "/home/hyro/.local/share/nvim/site/pack/packer/start/vim-fugitive",
url = "https://github.com/tpope/vim-fugitive"
},
["vim-wakatime"] = {
loaded = true,
path = "/home/hyro/.local/share/nvim/site/pack/packer/start/vim-wakatime",
url = "https://github.com/wakatime/vim-wakatime"
}
}