Skip to content

Commit

Permalink
neovim: Enable editorconfig
Browse files Browse the repository at this point in the history
 refs #206
  • Loading branch information
m-b-t-n committed Jan 7, 2025
1 parent 5445c47 commit ca7f635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ vim.opt.helplang = 'ja,en'
vim.g.mapleader = " "
vim.g.maplocalleader = "\\"

vim.g.editorconfig = true

-- Bootstrap lazy.nvim
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not (vim.uv or vim.loop).fs_stat(lazypath) then
Expand Down

0 comments on commit ca7f635

Please sign in to comment.