mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: refactor cmds into commands
This commit is contained in:
parent
1bdcd3386e
commit
7ae86384f6
14 changed files with 89 additions and 147 deletions
6
.config/nvim/ftplugin/ledger.lua
Normal file
6
.config/nvim/ftplugin/ledger.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- TODO: remove this when PR is merged
|
||||
vim.bo.commentstring = "; %s"
|
||||
|
||||
vim.bo.varsofttabstop = "4,30,8,4"
|
||||
vim.o.spell = true
|
||||
vim.bo.spelllang = "fr"
|
||||
Loading…
Add table
Add a link
Reference in a new issue