mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
nvim: remove some comments and fixing trailing spaces
This commit is contained in:
parent
88454b931c
commit
b81cbae374
3 changed files with 1 additions and 11 deletions
|
|
@ -2,10 +2,6 @@
|
|||
local M = {}
|
||||
|
||||
function M.setHardtabs()
|
||||
-- vim.bo.expandtab = false
|
||||
-- vim.bo.tabstop = 8
|
||||
-- vim.bo.shiftwidth = 0
|
||||
-- vim.bo.softtabstop = 0
|
||||
vim.cmd([[setlocal noet ts=8 sts=0 sw=0]])
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue