feat: remove sailfish from plugin list
This commit is contained in:
parent
ff7e0631e6
commit
b3a0fdc298
@ -45,10 +45,6 @@ require('packer').startup(function()
|
||||
use 'jakewvincent/mkdnflow.nvim' -- Notetaking
|
||||
use 'norcalli/nvim-colorizer.lua' -- render Color Codes
|
||||
use 'aklt/plantuml-syntax' -- Plantuml Syntax, till treesitter supports Plantuml
|
||||
use {
|
||||
'rust-sailfish/sailfish', -- Sailfish Syntax
|
||||
rtp = 'syntax/vim'
|
||||
}
|
||||
use 'ggandor/leap.nvim' -- Jump around in file
|
||||
use 'mfussenegger/nvim-dap' -- Debugger Adapter Protocol
|
||||
use 'rcarriga/nvim-dap-ui' -- UI for DAP
|
||||
@ -87,12 +83,6 @@ opt.splitbelow = true
|
||||
opt.splitright = true
|
||||
|
||||
-- Autocommands
|
||||
autocmd({ 'BufNewFile', 'BufRead' }, {
|
||||
desc = 'Set Filetype to sailfish for .stpl files',
|
||||
pattern = { '*stpl' },
|
||||
command = 'setlocal filetype=sailfish'
|
||||
})
|
||||
|
||||
autocmd({ 'BufNewFile', 'BufRead' }, {
|
||||
desc = 'When editing compileable documents, register commands for live preview',
|
||||
pattern = { '*.md', '*.tex', '*.puml' },
|
||||
|
Loading…
Reference in New Issue
Block a user