Skip to content

Commit eb8bc0c

Browse files
committed
chore(docs): typos
1 parent a2e7d6e commit eb8bc0c

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<h1 align='center'>Navigator.nvim</h1>
2-
<p align="center"><sup>✨ Smoothly navigate between neovim and multiplexer ✨</sup></p>
2+
<p align="center"><sup>✨ Smoothly navigate between neovim and multiplexer(s) ✨</sup></p>
33

44
![Navigator](https://user-images.githubusercontent.com/24727447/157040356-1f44323a-c7b6-4955-8207-5e6cade08c9e.gif "Navigating to the moon")
55

6-
`Navigator.nvim` provides set of [functions](#lua-api) and [commands](#commands) that allows you to seemlessly navigate between neovim and different [terminal multiplexers](#multiplexers).
6+
`Navigator.nvim` provides set of [functions](#lua-api) and [commands](#commands) that allows you to seamlessly navigate between neovim and different [terminal multiplexers](#multiplexers).
77

88
### 🚀 Installation
99

lua/Navigator/init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
--- | \| (_| \/ | (_| (_| |_ (_) | o | | \/ | | | |
77
--- _|
88
---
9-
--- · Smoothly navigate between neovim and multipexers ·
9+
--- · Smoothly navigate between neovim and multiplexer(s) ·
1010
---
1111
---@brief ]]
1212

1313
---@toc navigator.contents
1414

1515
---@mod navigator-nvim Introduction
1616
---@brief [[
17-
---Navigator.nvim provides set of functions and commands that allows you to seemlessly
17+
---Navigator.nvim provides set of functions and commands that allows you to seamlessly
1818
---navigate between neovim and different terminal multiplexers. It also allows you to
19-
---integrate your own custom multipexer.
19+
---integrate your own custom multiplexer.
2020
---@brief ]]
2121

2222
---@mod navigator.commands Commands

lua/Navigator/mux/vi.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ function Vi:new()
1919
end
2020

2121
---Checks whether neovim is maximized
22-
---NOTE: For neovim, this always returns `false`.
23-
---@return boolean
22+
---@return boolean #For neovim, it'll always returns `false`
2423
function Vi.zoomed()
2524
return false
2625
end

0 commit comments

Comments
 (0)