Skip to content

Commit

Permalink
✏️ Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
The-EG committed Sep 11, 2024
1 parent cd31930 commit a90c7c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions posts/2024/2024-09-11-moving-to-neovim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ existing plugins (all of this can go into ``init.lua``):
{'🔧', 'Add or update configuration files.'},
{'🔨', 'Add or update development scripts.'},
{'🌐', 'Internationalization and localization.'},
{'✏️' , 'Fix tyops.'},
{'✏️' , 'Fix typos.'},
{'💩', 'Write bad code that needs to be improved.'},
{'⏪️', 'Revert changes.'},
{'🔀', 'Merge branches.'},
Expand Down Expand Up @@ -1091,9 +1091,6 @@ The entire ``init.lua`` with everything above:
}
feline.setup({components = statusline_components})
-- feline.winbar.setup()
--feline.statuscolumn.setup()
local gitmojis = {
{'🎨', 'Improve structure/format of the code.'},
Expand Down

0 comments on commit a90c7c5

Please sign in to comment.