Skip to content

Commit

Permalink
remove smart-gen-tags integration
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Oct 3, 2019
1 parent fadd05a commit eb3b9fb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 42 deletions.
3 changes: 0 additions & 3 deletions dotfiles/default.nix
Expand Up @@ -22,9 +22,6 @@ in {
pkgs.watch
pkgs.universal-ctags

# local packages
(pkgs.callPackage ../pkgs/smart-gen-tags { })

# remote packages. Probably could do this better but I don't really want to
# at the moment.
(import (fetchTarball "https://cachix.org/api/v1/install") { }).cachix
Expand Down
10 changes: 1 addition & 9 deletions dotfiles/neovim.nix
Expand Up @@ -3,8 +3,6 @@
let
similar-sort = pkgs.callPackage ../pkgs/similar-sort { };

smart-gen-tags = pkgs.callPackage ../pkgs/smart-gen-tags { };

sources = import ../nix/sources.nix;

nixfmt = import sources.nixfmt { };
Expand Down Expand Up @@ -380,8 +378,7 @@ in {
nnoremap <leader>fh :History<CR>
nnoremap <leader>fj :BLines<CR>
nnoremap <leader>fl :Lines<CR>
nnoremap <leader>fs :Ack<Space>
nnoremap <leader>ft :Tags<CR>
nnoremap <leader>ft :Ack<Space>
nmap <leader><leader> <plug>(fzf-maps-n)
xmap <leader><leader> <plug>(fzf-maps-x)
Expand All @@ -393,11 +390,6 @@ in {
nnoremap <leader>ec :Chmod
nnoremap <leader>em :Mkdir
"" TAGS
autocmd BufWritePost * silent !${smart-gen-tags}/bin/smart-gen-tags %
nnoremap <leader>a :Dispatch! ${smart-gen-tags}/bin/smart-gen-tags<CR>
"" TEXT OBJECTS
onoremap ib :exec "normal! ggVG"<CR>
onoremap iv :exec "normal! HVL"<CR>
Expand Down
20 changes: 0 additions & 20 deletions pkgs/smart-gen-tags/default.nix

This file was deleted.

10 changes: 0 additions & 10 deletions pkgs/smart-gen-tags/smart-gen-tags.sh

This file was deleted.

0 comments on commit eb3b9fb

Please sign in to comment.