Skip to content

Commit e69c3e5

Browse files
nkoji21claude
andcommitted
feat(nvim): ファイル末尾に改行を自動追加
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 8456e3e commit e69c3e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nvim/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ vim.opt.smartcase = true
1515
vim.opt.scrolloff = 8
1616

1717
vim.opt.cursorline = true
18+
vim.opt.fixendofline = true
1819

1920
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
2021
if not vim.uv.fs_stat(lazypath) then

0 commit comments

Comments
 (0)