Compare commits
3 commits
5eba61ee1b
...
d842215cd2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d842215cd2 | ||
![]() |
2e460d95eb | ||
![]() |
565abf1e69 |
2 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
|||
firefox
|
||||
bitwarden
|
||||
ripgrep
|
||||
devenv
|
||||
bat
|
||||
|
||||
# for zsh-fzf plugin
|
||||
fzf
|
||||
|
|
|
@ -76,6 +76,8 @@
|
|||
plenary-nvim
|
||||
telescope-nvim
|
||||
|
||||
# indentation lines
|
||||
indent-blankline-nvim
|
||||
];
|
||||
|
||||
extraConfig = ''
|
||||
|
@ -172,6 +174,7 @@
|
|||
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
|
||||
|
||||
lua << EOF
|
||||
require("ibl").setup()
|
||||
require'netrw'.setup{}
|
||||
require("auto-session").setup {
|
||||
auto_save_enabled = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue