Switch from custom fork of filetype to configuring

master
Drake 2 years ago
parent 79fa0e14c3
commit 4db9cb02d3

@ -2,7 +2,7 @@ vim.g.did_load_filetypes = 1
--TODO: switch to a more lua friendly plugin manager
require('packer').startup(function()
use 'wbthomason/packer.nvim'
use "Ruthenic/filetype.nvim"
use "nathom/filetype.nvim"
use 'neovim/nvim-lspconfig'
use 'kyazdani42/nvim-web-devicons'
use 'nvim-lualine/lualine.nvim'

@ -1,6 +1,12 @@
local get_hex = require('cokeline/utils').get_hex
local coq = require "coq"
require("filetype").setup {
overrides = {
extensions = {v = "vlang"}
}
}
require("indent_blankline").setup {
char = "|",
buftype_exclude = {"terminal", "help"}

@ -97,7 +97,7 @@ _G.packer_plugins = {
["filetype.nvim"] = {
loaded = true,
path = "/home/ruthenic/.local/share/nvim/site/pack/packer/start/filetype.nvim",
url = "https://github.com/Ruthenic/filetype.nvim"
url = "https://github.com/nathom/filetype.nvim"
},
["indent-blankline.nvim"] = {
loaded = true,

Loading…
Cancel
Save