Skip to content

Commit 7a6add2

Browse files
committed
Disable numbers on local buffer
1 parent 8621f52 commit 7a6add2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ftplugin/hackernews.py

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def time_ago(timestamp):
105105
def main():
106106
vim.command("edit .hackernews")
107107
vim.command("setlocal noswapfile")
108+
vim.command("setlocal nonumber")
108109
vim.command("setlocal buftype=nofile")
109110
vim.command("setlocal cc=")
110111

0 commit comments

Comments
 (0)