mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
add fileformat support for wsl
This commit is contained in:
parent
0e22b20823
commit
d42b8d95d6
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ elseif vim.fn.has("wsl") == 1 then
|
|||
},
|
||||
cache_enabled = 0,
|
||||
}
|
||||
vim.opt.fileformat = "unix"
|
||||
end
|
||||
vim.g.copilot_no_tab_map = true
|
||||
vim.o.guifont = "Monaco:h16"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue