mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 09:33:19 -09:00
remove nfnl
This commit is contained in:
parent
b0b2be1e8e
commit
070218bc91
@ -1 +0,0 @@
|
||||
{}
|
@ -1,9 +0,0 @@
|
||||
(local foo 25)
|
||||
|
||||
(fn add [a b]
|
||||
(+ a b))
|
||||
|
||||
|
||||
|
||||
{:add add}
|
||||
|
@ -1,3 +1,4 @@
|
||||
--
|
||||
--[[
|
||||
|
||||
=====================================================================
|
||||
@ -246,7 +247,8 @@ rtp:prepend(lazypath)
|
||||
--
|
||||
-- NOTE: Here is where you install your plugins.
|
||||
require("lazy").setup({
|
||||
{ "Olical/nfnl", ft = "fennel", opts = {} },
|
||||
-- { "Olical/nfnl", ft = "fennel", opts = {} },
|
||||
"Olical/aniseed",
|
||||
|
||||
{ -- Adds git related signs to the gutter, as well as utilities for managing changes
|
||||
"lewis6991/gitsigns.nvim",
|
||||
@ -1013,4 +1015,5 @@ vim.opt.softtabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
|
||||
require("main")
|
||||
require("aniseed.env").init()
|
||||
fnl = require("fnl-config")
|
||||
|
@ -13,7 +13,6 @@
|
||||
"mason-tool-installer.nvim": { "branch": "main", "commit": "517ef5994ef9d6b738322664d5fdd948f0fdeb46" },
|
||||
"mason.nvim": { "branch": "main", "commit": "7dc4facca9702f95353d5a1f87daf23d78e31c2a" },
|
||||
"mini.nvim": { "branch": "main", "commit": "0e9d1f972a91acf5a0513319099ba41f7c09c30a" },
|
||||
"nfnl": { "branch": "main", "commit": "4cbcfecf053417a05c643d1fd1d70d77772396cb" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "45ff1914044de7dbd4cd85053dc09f47312a2f4d" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user