Skip to content

Commit

Permalink
FML.
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonllera committed Jan 13, 2023
1 parent ccf6eb5 commit 0006544
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,6 @@ nnoremap("<leader>e", "<Cmd>NvimTreeToggle<CR>") -- NvimTree
-- EasyAlign
-- xmap("ga", "<cmd>EasyAlign")
-- nmap("ga", "<cmd>EasyAlign")

-- For when everything else fails
nnoremap("<leader>fml", '<Cmd>CellularAutomaton make_it_rain<CR>')
4 changes: 4 additions & 0 deletions lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ return require('packer').startup(function(use)
use 'folke/tokyonight.nvim'
use 'marko-cerovac/material.nvim'


-- useless plugin
use 'eandrju/cellular-automaton.nvim'

if packer_bootstrap then
require('packer').sync()
end
Expand Down

0 comments on commit 0006544

Please sign in to comment.