diff options
| author | Joshua Yun <joshua@joshuayun.com> | 2025-10-28 09:50:34 -0500 |
|---|---|---|
| committer | Joshua Yun <joshua@joshuayun.com> | 2025-10-28 09:50:34 -0500 |
| commit | 29dac7eeae5ba071f470653413062fea867331cc (patch) | |
| tree | a43bfa291cbad342fdfb9fe4dad6c09a4780e656 /nvim | |
| parent | 404433a38f4754932e224eb779ca512c7e1ee87e (diff) | |
| download | config-29dac7eeae5ba071f470653413062fea867331cc.tar.gz | |
Neovim changes
Diffstat (limited to 'nvim')
| -rwxr-xr-x | nvim/lua/config/lazy.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 361ed07..6544947 100755 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -17,6 +17,8 @@ vim.opt.clipboard = "unnamedplus" vim.api.nvim_create_autocmd("FileType", { command = "set formatoptions-=cro", }) +vim.filetype.add({ extension = { cc = "cpp" } }) +vim.filetype.add({ extension = { psv = "systemverilog" } }) require("lazy").setup({ spec = { |
