Skip to content

Commit

Permalink
Remove forcing English locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Jun 4, 2024
1 parent 460667f commit 7158074
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ end
-- A built-in plugin to filter quickfix
vim.cmd.packadd('cfilter')

-- Force English locale
vim.cmd.language('en_US.utf8')

-- Disable built-in matchparen plugin (use faster lua implementation)
vim.g.loaded_matchparen = false

Expand Down

0 comments on commit 7158074

Please sign in to comment.