mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Add filetypes config
This commit is contained in:
parent
71b07b7842
commit
8ba515a30f
@ -1,5 +1,6 @@
|
||||
vim.opt.termguicolors = true
|
||||
|
||||
require("config.filetypes")
|
||||
require("config.keymaps")
|
||||
require("config.lazy")
|
||||
require("config.options")
|
||||
|
||||
8
config/nvim/lua/config/filetypes.lua
Normal file
8
config/nvim/lua/config/filetypes.lua
Normal file
@ -0,0 +1,8 @@
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
pom = "ruby"
|
||||
},
|
||||
filename = {
|
||||
["Jenkinsfile"] = "groovy"
|
||||
}
|
||||
})
|
||||
Loading…
Reference in New Issue
Block a user