Skip to content

Commit

Permalink
add wakatime
Browse files Browse the repository at this point in the history
  • Loading branch information
RemoteRabbit committed Jun 5, 2023
1 parent 5f86417 commit 337c57c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions nvim/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Neovim](https://wakatime.com/static/img/Neovim-supported-brightgreen.svg)](https://github.com/wakatime/vim-wakatime#installation)
[![Coding time tracker](https://wakatime.com/badge/github/wakatime/vim-wakatime.svg)](https://wakatime.com/badge/github/RemoteRabbit/dot_files)

# nvim-setup
Files for my NeoVim setup

Expand Down
1 change: 0 additions & 1 deletion nvim/after/plugin/mason.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ require("mason-lspconfig").setup{
ensure_installed = {
"bashls",
"lua_ls",
"lua_lsp",
"terraformls",
"tflint",
}
Expand Down
1 change: 1 addition & 0 deletions nvim/lua/RemoteRabbit/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ return require('packer').startup(function(use)
use({"mbbill/undotree"})
use({"tpope/vim-fugitive"})
use({"nvim-treesitter/nvim-treesitter-context"})
use({"wakatime/vim-wakatime"})

-- LSP ------------------------------------------------------------------
use({
Expand Down

0 comments on commit 337c57c

Please sign in to comment.