mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add lvim config and nvim
This commit is contained in:
parent
0b1ace53f2
commit
d1af9278c5
19 changed files with 303 additions and 26 deletions
9
config/lvim/ftplugin/lua.lua
Normal file
9
config/lvim/ftplugin/lua.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
lvim.format_on_save = true
|
||||
lvim.lang.lua.formatters = {
|
||||
{ exe = "stylua" },
|
||||
}
|
||||
|
||||
lvim.lang.lua.linters = {
|
||||
-- { exe = "luacheck" },
|
||||
-- { exe = "selene" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue