working nvf!
This commit is contained in:
parent
719c8842c3
commit
d26fdccf7a
53 changed files with 330 additions and 172 deletions
5
modules/editors/nvf/runtime/after/ftplugin/go.lua
Normal file
5
modules/editors/nvf/runtime/after/ftplugin/go.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
-- luacheck: ignore
|
||||
vim.opt_local.tabstop = 4
|
||||
vim.opt_local.shiftwidth = 0
|
||||
vim.opt_local.expandtab = false
|
||||
vim.opt_local.list = false
|
Loading…
Add table
Add a link
Reference in a new issue