old configuration
This commit is contained in:
13
lua/vim-options.lua
Normal file
13
lua/vim-options.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
-- Setting the tabs spaces.
|
||||
vim.cmd("set expandtab")
|
||||
vim.cmd("set tabstop=4")
|
||||
vim.cmd("set softtabstop=4")
|
||||
vim.cmd("set shiftwidth=4")
|
||||
vim.g.mapleader = " "
|
||||
vim.opt.number = true
|
||||
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
shader = "hlsl"
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user