Add some nvim configuration for CSS, HTML, and JS files
This commit is contained in:
parent
50c181f2fd
commit
b1103ab027
3 changed files with 14 additions and 0 deletions
4
.nvim/after/ftplugin/css.lua
Normal file
4
.nvim/after/ftplugin/css.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
-- Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
vim.bo.shiftwidth = 4
|
||||
vim.bo.softtabstop = 4
|
Loading…
Add table
Add a link
Reference in a new issue