This website requires JavaScript.
Explore
Help
Register
Sign In
rob
/
lualine.nvim
Watch
1
Star
0
Fork
You've already forked lualine.nvim
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2c1888e947
lualine.nvim
/
lua
/
lualine
/
components
/
fileformat.lua
7 lines
91 B
Lua
Raw
Normal View
History
Unescape
Escape
updated style to be inline with vim.api
2021-01-04 01:14:29 +00:00
local
function
fileformat
(
)
local
data
=
[[%{&ff}]]
return
data
initial lualine setup
2020-12-30 14:48:51 +00:00
end
updated style to be inline with vim.api
2021-01-04 01:14:29 +00:00
return
fileformat