Skip to content

Commit

Permalink
nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamoreira committed Jan 26, 2023
1 parent 419137a commit 030bb6c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alacritty/.config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ font:
#style: Italic

# Point size
size: 10.0
size: 10

# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
Expand Down
2 changes: 0 additions & 2 deletions neovim/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -335,5 +335,3 @@ require('trim').setup({
-- [[%s/\(\n\n\)\n\+/\1/]], -- replace multiple blank lines with a single line
-- },
})

-- pythons
12 changes: 12 additions & 0 deletions neovim/.config/nvim/lua/rmc/packer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,16 @@ require('packer').startup(function(use)
use 'Vimjas/vim-python-pep8-indent'

use 'ActivityWatch/aw-watcher-vim'

use 'camspiers/animate.vim'
use 'camspiers/lens.vim'

-- use "beauwilliams/focus.nvim"
-- Or lazy load with `module` option. See further down for info on how to lazy load when using FocusSplit commands
-- Or lazy load this plugin by creating an arbitrary command using the cmd option in packer.nvim
-- use { 'beauwilliams/focus.nvim', cmd = { "FocusSplitNicely", "FocusSplitCycle" }, module = "focus",
-- config = function()
-- require("focus").setup({hybridnumber = true})
-- end
-- }
end)

0 comments on commit 030bb6c

Please sign in to comment.