nixvim: ftplugin for just
This commit is contained in:
parent
15fe868a0c
commit
22b01f0a9b
1 changed files with 11 additions and 0 deletions
11
modules2/nixvim/ftplugin/just.nix
Normal file
11
modules2/nixvim/ftplugin/just.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
flake.modules.nixvim.custom = {
|
||||
extraFiles."after/ftplugin/just.lua".text =
|
||||
# lua
|
||||
''
|
||||
local opt = vim.opt_local
|
||||
|
||||
opt.shiftwidth = 4
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue