Skip to content

Commit

Permalink
chore: remove nathom/filetype.nvim as it has been merged into Neovim …
Browse files Browse the repository at this point in the history
  • Loading branch information
ttys3 committed Jul 11, 2022
1 parent b7f47a9 commit 0622e41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ local pluginman_opt = true
local pluginman_repo = "https://github.com/wbthomason/packer.nvim"
local print_err = vim.api.nvim_err_writeln

-- interal replacement
-- add the following to init.lua to tell nvim not source the default filetype.vim
vim.g.did_load_filetypes = 1

local bootstrap = function()
local execute = vim.api.nvim_command
Expand Down
10 changes: 1 addition & 9 deletions lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ return require("packer").startup {
-- Packer can manage itself as an optional plugin
use { "wbthomason/packer.nvim", opt = true }

-- replacement
-- add the following to init.lua to tell nvim not source the default filetype.vim
-- vim.g.did_load_filetypes = 1
-- following to core status: https://github.com/nathom/filetype.nvim/issues/36
use {
"nathom/filetype.nvim",
}

-- treesitter = AST (syntax/parsing)
-- LSP = whole-project semantic analysis
-- https://github.com/nvim-treesitter/nvim-treesitter
Expand Down Expand Up @@ -458,7 +450,7 @@ return require("packer").startup {
-- "justinmk/vim-sneak"
use {
"phaazon/hop.nvim",
branch = 'v2',
branch = "v2",
config = [[require('config.hop')]],
}

Expand Down

0 comments on commit 0622e41

Please sign in to comment.