This website requires JavaScript.
Explore
Help
Sign in
daniel
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Activity
Actions
69c7cea7aa
dotfiles
/
home
/
config
/
nvim
/
after
/
ftplugin
/
fish.fnl
6 lines
96 B
Text
Raw
Normal View
History
Unescape
Escape
nvim: null-ls -> nvim-lint Also use Neoformat as a fallback if no LSP formatter is attached
2022-04-19 12:56:22 +00:00
(let [lo vim.opt_local]
(set lo.tabstop 4)
(set lo.shiftwidth 4)
nvim: Move to formatter.nvim and use treefmt
2023-07-12 18:39:50 +00:00
(set lo.softtabstop 4))
nvim: null-ls -> nvim-lint Also use Neoformat as a fallback if no LSP formatter is attached
2022-04-19 12:56:22 +00:00
Copy permalink